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 +++++ 1 file changed, 5 insertions(+) (limited to 'graphics/libEGL') 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 -- cgit v1.2.3