summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-25 05:02:11 +0000
committerrillig <rillig@pkgsrc.org>2020-05-25 05:02:11 +0000
commitc549e221f08a94ad6f0d805a0a36add76b76bd38 (patch)
tree4a90fe13ed9a6b77df8e9af9d74b637c5e510db7 /multimedia
parent805aa772ece85fb7e0dcc101e1c781441754278c (diff)
downloadpkgsrc-c549e221f08a94ad6f0d805a0a36add76b76bd38.tar.gz
gst-plugins1-good: remove unknown configure options
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins1-good/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gst-plugins1-good/Makefile.common b/multimedia/gst-plugins1-good/Makefile.common
index 3ab8e78faad..c05c3cb617f 100644
--- a/multimedia/gst-plugins1-good/Makefile.common
+++ b/multimedia/gst-plugins1-good/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2020/01/10 12:47:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.37 2020/05/25 05:02:11 rillig Exp $
#
# used by audio/gst-plugins1-flac/Makefile
# used by audio/gst-plugins1-jack/Makefile
@@ -23,6 +23,9 @@ GST_PLUGINS1_TYPE= good
GST_PLUGINS1_VER= 1.16.2
# Disable all drivers and features by default.
+#
+# 2020-05-25: Needs to be synced with ./configure, which
+# has many more options that can be disabled.
.for driver in aalib \
aalibtest \
cairo \
@@ -39,11 +42,8 @@ GST_PLUGINS1_VER= 1.16.2
pulse \
shout2 \
speex \
- sunaudio \
vpx \
x \
- xshm \
- xvideo \
zlib
CONFIGURE_ARGS+= --disable-${driver}
.endfor