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 2a6ba61264
commit 5ed170f6c4

View file

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