pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/clutter



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 21 11:05:06 UTC 2018

Modified Files:
        pkgsrc/graphics/clutter: Makefile

Log Message:
clutter: Explicitly disable EGL support.

The autodetection doesn't work correctly, and adding EGL support to cogl is
complicated by it being an optional requirement in MesaLib, so simply disable
and get this package building for now.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/graphics/clutter/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/clutter/Makefile
diff -u pkgsrc/graphics/clutter/Makefile:1.58 pkgsrc/graphics/clutter/Makefile:1.59
--- pkgsrc/graphics/clutter/Makefile:1.58       Thu May 31 14:53:00 2018
+++ pkgsrc/graphics/clutter/Makefile    Thu Jun 21 11:05:06 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2018/05/31 14:53:00 youri Exp $
+# $NetBSD: Makefile,v 1.59 2018/06/21 11:05:06 jperkin Exp $
 
 DISTNAME=      clutter-1.26.2
 CATEGORIES=    graphics gnome
@@ -18,6 +18,11 @@ USE_PKGLOCALEDIR=    yes
 PKGCONFIG_OVERRIDE+=   clutter/cally/cally.pc.in
 PKGCONFIG_OVERRIDE+=   clutter/clutter.pc.in
 
+# This requires cogl be built with EGL support, but EGL support is currently
+# optional in MesaLib and not enabled in cogl, so just explicitly disable
+# until this can be detected properly via various PKG_OPTIONS.
+CONFIGURE_ARGS+=       --disable-egl-backend
+
 .include "options.mk"
 
 TEST_TARGET=   check



Home | Main Index | Thread Index | Old Index