summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-09-30 15:10:11 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-09-30 15:10:11 +0800
commit53cfa02f12342d9f6d8f8cfbb083ecb238fa13a7 (patch)
treeada1c15ee531c1d8f40481deabaa824ad25c0c54
parent507f081c8dbbfefa3057fc52fb6291bbedace2b0 (diff)
downloadxorg-devel-ports-53cfa02f12342d9f6d8f8cfbb083ecb238fa13a7.tar.gz
xorg-devel-ports-53cfa02f12342d9f6d8f8cfbb083ecb238fa13a7.tar.zst
xorg-devel-ports-53cfa02f12342d9f6d8f8cfbb083ecb238fa13a7.zip
Disable dri3 for now, we missing kernel support.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/experimental@1520 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--graphics/dri/Makefile2
-rw-r--r--graphics/gbm/Makefile2
-rw-r--r--graphics/libEGL/Makefile2
-rw-r--r--graphics/libGL/Makefile2
-rw-r--r--graphics/libGL/bsd.mesalib.mk1
-rw-r--r--graphics/libglapi/Makefile2
-rw-r--r--graphics/libglesv2/Makefile2
7 files changed, 7 insertions, 6 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile
index f575095..ccc532c 100644
--- a/graphics/dri/Makefile
+++ b/graphics/dri/Makefile
@@ -12,7 +12,7 @@ COMMENT= OpenGL hardware acceleration drivers for the DRI
LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \
libexpat.so:${PORTSDIR}/textproc/expat2
-USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto dri3proto \
+USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto \
presentproto xvmc xshmfence
OPTIONS_DEFINE= TEXTURE
diff --git a/graphics/gbm/Makefile b/graphics/gbm/Makefile
index fe8eeb6..c33f917 100644
--- a/graphics/gbm/Makefile
+++ b/graphics/gbm/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS+= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
USE_XORG= x11 xau xcb xdmcp
# stuff not needed by gbm but configure wants it
-USE_XORG+= glproto dri2proto dri3proto xext xdamage xfixes presentproto \
+USE_XORG+= glproto dri2proto xext xdamage xfixes presentproto \
xshmfence
BUILD_WRKSRC= ${WRKSRC}/src/gbm
diff --git a/graphics/libEGL/Makefile b/graphics/libEGL/Makefile
index 9c78727..4bc4b7e 100644
--- a/graphics/libEGL/Makefile
+++ b/graphics/libEGL/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS+= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
USE_XORG= x11 xau xcb xdmcp
# stuff not needed by libEGL but configure wants it
-USE_XORG+= glproto dri2proto dri3proto xext xdamage xfixes presentproto \
+USE_XORG+= glproto dri2proto xext xdamage xfixes presentproto \
xshmfence
.if defined(WITH_NEW_MESA)
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile
index 9512b68..4d0eaf3 100644
--- a/graphics/libGL/Makefile
+++ b/graphics/libGL/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS+= libdrm.so:${PORTSDIR}/graphics/libdrm \
libexpat.so:${PORTSDIR}/textproc/expat2
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto:both \
- dri3proto presentproto xshmfence
+ presentproto xshmfence
SUB_FILES= pkg-install pkg-deinstall
diff --git a/graphics/libGL/bsd.mesalib.mk b/graphics/libGL/bsd.mesalib.mk
index 189d86a..64cc307 100644
--- a/graphics/libGL/bsd.mesalib.mk
+++ b/graphics/libGL/bsd.mesalib.mk
@@ -79,6 +79,7 @@ SHEBANG_FILES+= src/mapi/mapi_abi.py
MASTERDIR= ${.CURDIR}/../../graphics/libGL
.if defined(WITH_NEW_MESA)
PATCHDIR= ${MASTERDIR}/files
+CONFIGURE_ARGS+= --disable-dri3
.else
PATCHDIR= ${MASTERDIR}/files-old
.endif
diff --git a/graphics/libglapi/Makefile b/graphics/libglapi/Makefile
index 06bc659..91a95d6 100644
--- a/graphics/libglapi/Makefile
+++ b/graphics/libglapi/Makefile
@@ -12,7 +12,7 @@ LIB_DEPENDS+= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs
USE_XORG= x11 xau xcb xdmcp
# stuff not needed by libglapi but configure wants it
-USE_XORG+= glproto dri2proto dri3proto xext xdamage xfixes presentproto \
+USE_XORG+= glproto dri2proto xext xdamage xfixes presentproto \
xshmfence
LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 \
libdrm.so:${PORTSDIR}/graphics/libdrm
diff --git a/graphics/libglesv2/Makefile b/graphics/libglesv2/Makefile
index de03d76..e8a41c8 100644
--- a/graphics/libglesv2/Makefile
+++ b/graphics/libglesv2/Makefile
@@ -12,7 +12,7 @@ LIB_DEPENDS+= libdrm.so:${PORTSDIR}/graphics/libdrm \
libexpat.so:${PORTSDIR}/textproc/expat2
# stuff not needed by libglesv2 but configure wants it
-USE_XORG+= glproto dri2proto dri3proto xext xdamage xfixes presentproto \
+USE_XORG+= glproto dri2proto xext xdamage xfixes presentproto \
xshmfence
BUILD_WKRSRC= ${WRKSRC}/src/mapi