summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/clutter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index 3b20f86a2..74f0dcaa5 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -20,7 +20,8 @@ USE_GNOME= pkgconfig gtk20 gnomehack ltverhack gnomeprefix
USE_GL= gl
USE_XORG= glproto x11 xfixes xdamage xcomposite xi
USE_LDCONFIG= yes
-CONFIGURE_ARGS= --with-x --with-json=internal
+CONFIGURE_ARGS= --with-x --with-json=internal \
+ --enable-introspection=no
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}