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:
Philippe Normand 2024-09-08 12:14:25 +01:00 committed by Wim Taymans
parent eb7be3331f
commit 42df643e0c

View file

@ -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': {},