summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbeich <jbeich@35697150-7ecd-e111-bb59-0022644237b5>2020-10-31 08:36:54 +0000
committerjbeich <jbeich@35697150-7ecd-e111-bb59-0022644237b5>2020-10-31 08:36:54 +0000
commit156c5244f305d4e72f29838a3416f45fa4bb453a (patch)
tree516975e9884bd2913f0cbf9fdb989eefd2c30aa5
parent455b91a793b406afe1e4427ab9d2ff7b667be4af (diff)
downloadfreebsd-ports-156c5244f305d4e72f29838a3416f45fa4bb453a.tar.gz
freebsd-ports-156c5244f305d4e72f29838a3416f45fa4bb453a.tar.bz2
graphics/cogl: unbreak with libglvnd
In file included from cogl-bitmap.c:41: In file included from ./cogl-context-private.h:35: In file included from ./winsys/cogl-winsys-private.h:39: In file included from ./winsys/cogl-texture-pixmap-x11-private.h:45: In file included from ./cogl-texture-private.h:42: ./cogl-egl-defines.h:38:10: fatal error: 'EGL/eglmesaext.h' file not found #include <EGL/eglmesaext.h> ^~~~~~~~~~~~~~~~~~ git-svn-id: http://svn.freebsd.org/ports/head@553750 35697150-7ecd-e111-bb59-0022644237b5
-rw-r--r--graphics/cogl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile
index 18ba3f490fb2..4a1995c72d95 100644
--- a/graphics/cogl/Makefile
+++ b/graphics/cogl/Makefile
@@ -18,7 +18,7 @@ USES= gettext gl gmake gnome libtool localbase pathfix pkgconfig \
tar:xz xorg
GNU_CONFIGURE= yes
USE_GNOME= cairo gdkpixbuf2 pango introspection:build
-USE_GL= egl
+USE_GL= egl gbm
USE_XORG= x11 xcomposite xext xdamage xfixes xrandr
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-x \