Add missing dependancies so xephyr can be build again. [1]
Reported by: Piotr Kubaj <pkubaj@riseup.net>
This commit is contained in:
parent
3ddf3f75fb
commit
4c670c9a31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399186
2 changed files with 7 additions and 2 deletions
|
@ -4,6 +4,11 @@ PORTNAME= xephyr
|
|||
|
||||
COMMENT= X server from X.Org based on kdrive
|
||||
|
||||
LIB_DEPENDS+= libxcb-image.so:${PORTSDIR}/x11/xcb-util-image \
|
||||
libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \
|
||||
libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \
|
||||
libxcb-render-util.so:${PORTSDIR}/x11/xcb-util-renderutil
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../xorg-server
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \
|
||||
|
|
|
@ -14,9 +14,9 @@ COMMENT?= X.Org X server and related programs
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \
|
||||
LIB_DEPENDS+= libdrm.so:${PORTSDIR}/graphics/libdrm \
|
||||
libepoxy.so:${PORTSDIR}/graphics/libepoxy
|
||||
RUN_DEPENDS= xkeyboard-config>=2.5:${PORTSDIR}/x11/xkeyboard-config \
|
||||
RUN_DEPENDS+= xkeyboard-config>=2.5:${PORTSDIR}/x11/xkeyboard-config \
|
||||
xkbcomp:${PORTSDIR}/x11/xkbcomp
|
||||
|
||||
XORG_CAT= xserver
|
||||
|
|
Loading…
Reference in a new issue