summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-08-23 18:29:01 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-08-23 18:29:01 +0800
commitd3eaf76240919beca96a0c1e264bea2642c328ab (patch)
treec734af40d3c757b8820f484440492e7f5750d228
parentd932d641cd31fc6e9a04c246fa3d0504c3f871d2 (diff)
downloadxorg-devel-ports-d3eaf76240919beca96a0c1e264bea2642c328ab.tar
xorg-devel-ports-d3eaf76240919beca96a0c1e264bea2642c328ab.tar.gz
xorg-devel-ports-d3eaf76240919beca96a0c1e264bea2642c328ab.tar.bz2
xorg-devel-ports-d3eaf76240919beca96a0c1e264bea2642c328ab.tar.lz
xorg-devel-ports-d3eaf76240919beca96a0c1e264bea2642c328ab.tar.xz
xorg-devel-ports-d3eaf76240919beca96a0c1e264bea2642c328ab.tar.zst
xorg-devel-ports-d3eaf76240919beca96a0c1e264bea2642c328ab.zip
Add some extra depends to libEGL and libglesv2. These ports don't need them
but until I can figure out how to bully configure into only building these parts without extras. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1089 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--graphics/libEGL/Makefile5
-rw-r--r--graphics/libglesv2/Makefile4
2 files changed, 9 insertions, 0 deletions
diff --git a/graphics/libEGL/Makefile b/graphics/libEGL/Makefile
index 8e0105e..f1bece4 100644
--- a/graphics/libEGL/Makefile
+++ b/graphics/libEGL/Makefile
@@ -11,6 +11,11 @@ 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 xext xdamage xfixes
+LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 \
+ libdrm.so:${PORTSDIR}/graphics/libdrm
+
BUILD_WKRSRC= ${WRKSRC}/src/egl
INSTALL_WRKSRC= ${WRKSRC}/src/egl
diff --git a/graphics/libglesv2/Makefile b/graphics/libglesv2/Makefile
index 4136572..435f76f 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
+# stuff not needed by libEGL but configure wants it
+USE_XORG+= glproto dri2proto xext xdamage xfixes
+
+
BUILD_WKRSRC= ${WRKSRC}/src/mapi/es2api
INSTALL_WRKSRC= ${WRKSRC}/src/mapi/es2api