diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-10-31 16:37:04 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-10-31 16:37:04 +0800 |
commit | 859f8ea53dd9eff6bdcc77da761a50d70a1ffe9b (patch) | |
tree | 280168f9df3f6eaf8c5534e52c8e88dab66c0b97 /x11-wm | |
parent | f4e0cfbda702921f4d6876438f2d4ddc0b3bba56 (diff) | |
download | freebsd-ports-gnome-859f8ea53dd9eff6bdcc77da761a50d70a1ffe9b.tar.gz freebsd-ports-gnome-859f8ea53dd9eff6bdcc77da761a50d70a1ffe9b.tar.zst freebsd-ports-gnome-859f8ea53dd9eff6bdcc77da761a50d70a1ffe9b.zip |
x11-wm/mutter: unbreak with libglvnd
In file included from ../cogl/cogl/driver/nop/cogl-clip-stack-nop.c:34:
In file included from ../cogl/cogl/driver/nop/cogl-clip-stack-nop-private.h:38:
In file included from ../cogl/cogl/cogl-context-private.h:44:
In file included from ../cogl/cogl/cogl-driver.h:36:
In file included from ../cogl/cogl/cogl-framebuffer-private.h:37:
In file included from ../cogl/cogl/cogl-journal-private.h:37:
In file included from ../cogl/cogl/cogl-fence-private.h:36:
In file included from ../cogl/cogl/winsys/cogl-winsys-private.h:38:
In file included from ../cogl/cogl/winsys/cogl-texture-pixmap-x11-private.h:45:
In file included from ../cogl/cogl/cogl-texture-private.h:40:
In file included from ../cogl/cogl/cogl-texture-2d.h:44:
cogl/cogl/cogl-egl-defines.h:38:10: fatal error: 'EGL/eglmesaext.h' file not found
#include <EGL/eglmesaext.h>
^~~~~~~~~~~~~~~~~~
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index bcde82d32d10..cb518bd4c170 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -40,7 +40,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++0x gettext gl gnome localbase meson \ pkgconfig tar:xz xorg -USE_GL= egl +USE_GL= egl gbm USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 introspection USE_XORG= ice sm x11 xcb xcomposite xcursor xdamage xext xfixes \ xi xinerama xrandr xrender xtst |