aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-04-10 12:09:22 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-04-10 12:11:38 +0000
commit6744d5e122dfe12d2fba9710d84d38d941748302 (patch)
tree9c19c0433da6d5e9c4f8cf6167594aaec6009c7c
parent54e3c4d650d40e5883cd781d7100898b291bec30 (diff)
downloadports-6744d5e122dfe12d2fba9710d84d38d941748302.tar.gz
ports-6744d5e122dfe12d2fba9710d84d38d941748302.zip
multimedia/pipewire: unbreak GSTREAMER=off after 1821334ec43b
meson.build:329:6: ERROR: Problem encountered: `gstreamer-device-provider` is enabled but `glib-2.0` was not found. PR: 270725 Reported by: mord0d@firemail.cc
-rw-r--r--multimedia/pipewire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/pipewire/Makefile b/multimedia/pipewire/Makefile
index e7230ad0fd93..b0c05606bd4a 100644
--- a/multimedia/pipewire/Makefile
+++ b/multimedia/pipewire/Makefile
@@ -33,7 +33,7 @@ OPTIONS_DEFAULT= GSTREAMER PIPEWIRE_JACK MANPAGES MEDIASESSION
OPTIONS_SUB= yes
GSTREAMER_USES= gstreamer
-GSTREAMER_MESON_ENABLED=gstreamer
+GSTREAMER_MESON_ENABLED=gstreamer gstreamer-device-provider
PIPEWIRE_JACK_DESC= Build pipewire-jack
PIPEWIRE_JACK_MESON_ENABLED= pipewire-jack