build: bump GStreamer dep to 1.24.0

Depend on a release version, not a prerelease.
This commit is contained in:
Benjamin Otte
2024-05-08 15:44:45 +02:00
committed by Benjamin Otte
parent 2096a29b06
commit a24a7db72b

View File

@@ -26,7 +26,7 @@ cloudproviders_req = '>= 0.3.1'
xkbcommon_req = '>= 0.2.0'
sysprof_req = '>= 3.38.0'
vulkan_req = '>= 1.3'
gstreamer_req = '>= 1.23.1'
gstreamer_req = '>= 1.24.0'
fs = import('fs')
gnome = import('gnome')