diff options
author | drochner <drochner@pkgsrc.org> | 2008-08-27 14:23:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-08-27 14:23:38 +0000 |
commit | cab07cfc9d2623e9dda34281b47cf82618ded753 (patch) | |
tree | 71f74dc4877c3329b61dd6625c06c8cbae23e69d /multimedia | |
parent | 324e547f8b3f64ba390cba1a278dc49b4d9ead53 (diff) | |
download | pkgsrc-cab07cfc9d2623e9dda34281b47cf82618ded753.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')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile.common | 6 |
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 |