summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-09-15 03:19:31 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-09-15 03:19:31 +0800
commita5a6ea8ebc8422116be7a7606a87b677a5a01f60 (patch)
treeade783d21db768a44ba27cc56a110dd24d65c6c8 /Mk
parente7e8dc8a88b09d50963e4606d2a61938d92f08ed (diff)
downloadxorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar
xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar.gz
xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar.bz2
xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar.lz
xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar.xz
xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.tar.zst
xorg-devel-ports-a5a6ea8ebc8422116be7a7606a87b677a5a01f60.zip
Move USE_XORG videoproto and xextproto to bsd.xorg.mk. Add some proto's to
video/input definitions in bsd.xorg.mk so stuff will build. Fix some small nits here and there. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@580 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.xorg.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index 399eb18..1bc1ed8 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -20,7 +20,7 @@ Xorg_Pre_Include= bsd.xorg.mk
# app - requires pkgconfig, don't install shared libraries (I guess)
# data - nothing I could factorize
# doc - no particular notes
-# driver - input depends on inputproto/renderproto at least
+# driver - input depends on inputproto/randrproto at least
# video depends on randrproto/renderproto at least
# font - don't install .pc file
# lib - various dependencies, install .pc file
@@ -51,11 +51,12 @@ USE_GNOME+= pkgconfig
USE_XORG+= xorg-server xproto randrproto xi
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
. if ${PORTNAME:M*input*}x != x
-USE_XORG+= inputproto renderproto
+USE_XORG+= inputproto videoproto fontsproto renderproto xextproto \
+ dri2proto
. elif ${PORTNAME:M*video*}x != x
-USE_XORG+= fontsproto renderproto
+USE_XORG+= videoproto fontsproto renderproto xextproto dri2proto
. else
-IGNORE= doesn't contain either "driver" or "input"
+IGNORE= doesn't contain either "video" or "input"
. endif
. endif
@@ -134,7 +135,7 @@ USE_GNOME+= gnomehack
CONFIGURE_ARGS+= --with-xkb-path=${LOCALBASE}/share/X11/xkb
LIB_PC_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri
-USE_XORG+= pciaccess
+USE_XORG+= pciaccess xextproto videoproto fontsproto dri2proto
. endif
.endif