summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-09-01 16:14:46 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-09-01 16:14:46 +0800
commit1c9969b6b04c8b377ead05bf4d7500e6c8134e9b (patch)
tree56546391e526a2817c0e44eec63e6af44580e4e1
parent168e2a193d96fd67cd0ef5f0bd36374f1f55c69b (diff)
downloadxorg-devel-ports-1c9969b6b04c8b377ead05bf4d7500e6c8134e9b.tar
xorg-devel-ports-1c9969b6b04c8b377ead05bf4d7500e6c8134e9b.tar.gz
xorg-devel-ports-1c9969b6b04c8b377ead05bf4d7500e6c8134e9b.tar.bz2
xorg-devel-ports-1c9969b6b04c8b377ead05bf4d7500e6c8134e9b.tar.lz
xorg-devel-ports-1c9969b6b04c8b377ead05bf4d7500e6c8134e9b.tar.xz
xorg-devel-ports-1c9969b6b04c8b377ead05bf4d7500e6c8134e9b.tar.zst
xorg-devel-ports-1c9969b6b04c8b377ead05bf4d7500e6c8134e9b.zip
Add back BROKEN message as IGNORE this time. We need newer libdrm, and this
time actualy say why we broken so I hopefully don't kill it off by accident the next time :) git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1112 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--graphics/libEGL/Makefile4
-rw-r--r--graphics/libglesv2/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/graphics/libEGL/Makefile b/graphics/libEGL/Makefile
index f1bece4..2e023af 100644
--- a/graphics/libEGL/Makefile
+++ b/graphics/libEGL/Makefile
@@ -9,6 +9,10 @@ COMMENT= OpenEGL library
LIB_DEPENDS+= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs
+.if ! defined(WITH_NEW_XORG)
+IGNORE= Please enable WITH_NEW_XORG, libEGL needs libdrm higher then 2.4.24
+.endif
+
USE_XORG= x11 xau xcb xdmcp
# stuff not needed by libEGL but configure wants it
diff --git a/graphics/libglesv2/Makefile b/graphics/libglesv2/Makefile
index 435f76f..c48744a 100644
--- a/graphics/libglesv2/Makefile
+++ b/graphics/libglesv2/Makefile
@@ -10,6 +10,10 @@ COMMENT= OpenGL ES v2 library
LIB_DEPENDS+= libdrm.so:${PORTSDIR}/graphics/libdrm \
libexpat.so:${PORTSDIR}/textproc/expat2
+.if ! defined(WITH_NEW_XORG)
+IGNORE= Please enable WITH_NEW_XORG, libglesv2 needs libdrm higher then 2.4.24
+.endif
+
# stuff not needed by libEGL but configure wants it
USE_XORG+= glproto dri2proto xext xdamage xfixes