summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-good
diff options
context:
space:
mode:
authordrochner <drochner>2008-08-27 14:23:38 +0000
committerdrochner <drochner>2008-08-27 14:23:38 +0000
commitf3d4dddc3b05c23df724f010bcd914ade7136b48 (patch)
tree71f74dc4877c3329b61dd6625c06c8cbae23e69d /multimedia/gst-plugins0.10-good
parent83358fb9f4ee00d22c729a5356d45ff0523e160c (diff)
downloadpkgsrc-f3d4dddc3b05c23df724f010bcd914ade7136b48.tar.gz
explicitely disable v4l and x11 in the base pkg, fixes build on Linux
(where bl3 can't hide the headers), from David Sainty per PR pkg/39418
Diffstat (limited to 'multimedia/gst-plugins0.10-good')
-rw-r--r--multimedia/gst-plugins0.10-good/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common
index 1abf6134ca6..0cc1c3738fd 100644
--- a/multimedia/gst-plugins0.10-good/Makefile.common
+++ b/multimedia/gst-plugins0.10-good/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2008/08/06 18:17:24 drochner Exp $
+# $NetBSD: Makefile.common,v 1.13 2008/08/27 14:23:38 drochner Exp $
#
GST_PLUGINS0.10_TYPE= good
@@ -16,6 +16,7 @@ GST_PLUGINS0.10_VER= 0.10.9
flac \
gconf \
gconftool \
+ gst_v4l2 \
jpeg \
ladspa \
libcaca \
@@ -26,6 +27,9 @@ GST_PLUGINS0.10_VER= 0.10.9
shout2test \
speex \
sunaudio \
+ x \
+ xshm \
+ xvideo \
zlib
CONFIGURE_ARGS+= --disable-${driver}
.endfor