Enable introspection support (though nothing is built or installed yet)

This commit is contained in:
jasper 2011-04-07 13:06:26 +00:00
parent 686ea92466
commit 5b19b36f6a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/17 08:05:13 espie Exp $
# $OpenBSD: Makefile,v 1.7 2011/04/07 13:06:26 jasper Exp $
COMMENT= clutter GStreamer integration library
@ -18,10 +18,11 @@ WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread-stubs
WANTLIB += xcb xml2 z clutter-glx-1.0 gstaudio-0.10 gstinterfaces-0.10
WANTLIB += gstvideo-0.10
BUILD_DEPENDS= devel/gobject-introspection
LIB_DEPENDS= graphics/clutter/core \
multimedia/gstreamer-0.10/plugins-base
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-introspection=no
--enable-introspection
.include <bsd.port.mk>