pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/clutter clutter: Explicitly disable EGL support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3037571bb154
branches:  trunk
changeset: 382060:3037571bb154
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jun 21 11:05:06 2018 +0000

description:
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.

diffstat:

 graphics/clutter/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 194d110f70be -r 3037571bb154 graphics/clutter/Makefile
--- a/graphics/clutter/Makefile Thu Jun 21 10:42:22 2018 +0000
+++ b/graphics/clutter/Makefile Thu Jun 21 11:05:06 2018 +0000
@@ -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 @@
 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