git: 6744d5e122df - main - multimedia/pipewire: unbreak GSTREAMER=off after 1821334ec43b
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Apr 2023 12:11:49 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6744d5e122dfe12d2fba9710d84d38d941748302 commit 6744d5e122dfe12d2fba9710d84d38d941748302 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-10 12:09:22 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-10 12:11:38 +0000 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 --- multimedia/pipewire/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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