mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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> ^~~~~~~~~~~~~~~~~~
This commit is contained in:
parent
3b039be8b2
commit
b9b487517e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553750
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue