Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2020 08:37:05 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553752 - head/x11-wm/mutter
Message-ID:  <202010310837.09V8b5AN046260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010310837.09V8b5AN046260>