From d3eaf76240919beca96a0c1e264bea2642c328ab Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 23 Aug 2013 10:29:01 +0000 Subject: 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 --- graphics/libEGL/Makefile | 5 +++++ graphics/libglesv2/Makefile | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'graphics') 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 -- cgit v1.2.3