svn commit: r553752 - head/x11-wm/mutter

Jan Beich jbeich at FreeBSD.org
Sat Oct 31 08:37:08 UTC 2020


Author: jbeich
Date: Sat Oct 31 08:37:04 2020
New Revision: 553752
URL: https://svnweb.freebsd.org/changeset/ports/553752

Log:
  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>
            ^~~~~~~~~~~~~~~~~~

Modified:
  head/x11-wm/mutter/Makefile   (contents, props changed)

Modified: head/x11-wm/mutter/Makefile
==============================================================================
--- head/x11-wm/mutter/Makefile	Sat Oct 31 08:36:54 2020	(r553751)
+++ head/x11-wm/mutter/Makefile	Sat Oct 31 08:37:04 2020	(r553752)
@@ -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


More information about the svn-ports-all mailing list