mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-22 06:59:59 -05: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
eb7be3331f
commit
42df643e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,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