summaryrefslogtreecommitdiff
path: root/multimedia/clutter-gst/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-06-28 10:21:56 +0000
committernia <nia@pkgsrc.org>2022-06-28 10:21:56 +0000
commit5e4e4c7026a73bba1ce16d5021565c03f55b9122 (patch)
tree7c14bcfc2c208f6cbd88cdb9fde25369f35d6b05 /multimedia/clutter-gst/Makefile
parenta9b03fc5a61d0990cc47d25a656200b7cf5dcec7 (diff)
downloadpkgsrc-5e4e4c7026a73bba1ce16d5021565c03f55b9122.tar.gz
clutter-gst: Remove introspection option.
In this case, the option is not handled properly in the PLIST.
Diffstat (limited to 'multimedia/clutter-gst/Makefile')
-rw-r--r--multimedia/clutter-gst/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile
index 0d86c261f4a..0a6ce7e868d 100644
--- a/multimedia/clutter-gst/Makefile
+++ b/multimedia/clutter-gst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2021/12/08 16:02:22 adam Exp $
+# $NetBSD: Makefile,v 1.53 2022/06/28 10:21:56 nia Exp $
DISTNAME= clutter-gst-3.0.26
PKGREVISION= 8
@@ -15,14 +15,15 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
-PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
+CONFIGURE_ARGS+= --enable-introspection=yes
-.include "options.mk"
+PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
+BUILDLINK_DEPMETHOD.gobject-introspection+= build
+.include "../../devel/gobject-introspection/buildlink3.mk"
BUILDLINK_API_DEPENDS.clutter+= clutter>=1.6.0
.include "../../graphics/clutter/buildlink3.mk"
.include "../../graphics/cogl/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.2.0
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"