From 1c9969b6b04c8b377ead05bf4d7500e6c8134e9b Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 1 Sep 2013 08:14:46 +0000 Subject: 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 --- graphics/libEGL/Makefile | 4 ++++ graphics/libglesv2/Makefile | 4 ++++ 2 files changed, 8 insertions(+) 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 -- cgit v1.2.3