Date: Sat, 31 Oct 2020 08:36:54 +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: r553750 - head/graphics/cogl Message-ID: <202010310836.09V8asQG046129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Oct 31 08:36:54 2020 New Revision: 553750 URL: https://svnweb.freebsd.org/changeset/ports/553750 Log: 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> ^~~~~~~~~~~~~~~~~~ Modified: head/graphics/cogl/Makefile (contents, props changed) Modified: head/graphics/cogl/Makefile ============================================================================== --- head/graphics/cogl/Makefile Sat Oct 31 08:35:49 2020 (r553749) +++ head/graphics/cogl/Makefile Sat Oct 31 08:36:54 2020 (r553750) @@ -18,7 +18,7 @@ USES= gettext gl gmake gnome libtool localbase pathfi 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010310836.09V8asQG046129>