pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/clutter clutter needs newer MesaLib headers.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ca8e8c097192
branches: trunk
changeset: 557094:ca8e8c097192
user: reed <reed%pkgsrc.org@localhost>
date: Sat Apr 11 17:19:00 2009 +0000
description:
clutter needs newer MesaLib headers.
The clutter build failed because GLX_FRONT_LEFT_EXT and
GLX_BIND_TO_TEXTURE_RGBA_EXT were not defined. (I had MesaLib-6.4.2nb3
installed.)
So add BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0
diffstat:
graphics/clutter/options.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6b10d3eb9ca0 -r ca8e8c097192 graphics/clutter/options.mk
--- a/graphics/clutter/options.mk Sat Apr 11 16:53:36 2009 +0000
+++ b/graphics/clutter/options.mk Sat Apr 11 17:19:00 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/12/14 10:57:18 obache Exp $
+# $NetBSD: options.mk,v 1.2 2009/04/11 17:19:00 reed Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.clutter
@@ -14,6 +14,7 @@
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --with-flavour=glx
CONFIGURE_ARGS+= --with-imagebackend=gdk-pixbuf
+BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXdamage/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index