Skip to content

Commit

Permalink
multimedia/pipewire: unbreak GSTREAMER=off after 1821334
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jbeich committed Apr 10, 2023
1 parent 54e3c4d commit 6744d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multimedia/pipewire/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 6744d5e

Please sign in to comment.