mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: Fix typo in GStreamer dependencies mapping
Without this the device provider cannot be enabled when building PipeWire as a GStreamer subproject.
This commit is contained in:
parent
2a6ba61264
commit
5ed170f6c4
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ gst_deps_def = {
|
|||
'gio-2.0': {},
|
||||
'gio-unix-2.0': {},
|
||||
'gstreamer-1.0': {'version': '>= 1.10.0'},
|
||||
'gstreamer-plugins-base-1.0': {},
|
||||
'gstreamer-base-1.0': {},
|
||||
'gstreamer-video-1.0': {},
|
||||
'gstreamer-audio-1.0': {},
|
||||
'gstreamer-allocators-1.0': {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue