mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
configure: bump the minimum wayland version requirement to 1.11.0
This commit is contained in:
parent
920b1ec7a8
commit
77bb3424dc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ m4_define([gst_plugins_base_version], [1.15.0.1])
|
|||
m4_define([gst_plugins_bad_version], [1.15.0.1])
|
||||
|
||||
# Wayland minimum version number
|
||||
m4_define([wayland_api_version], [1.0.2])
|
||||
m4_define([wayland_api_version], [1.11.0])
|
||||
|
||||
# VA-API minimum version number
|
||||
m4_define([va_api_version], [0.39.0])
|
||||
|
|
Loading…
Reference in a new issue