mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
configure: require wayland >= 1.0.0
We have an API stable release now, require that.
This commit is contained in:
parent
cf1f4871d7
commit
64d7e27811
1 changed files with 1 additions and 1 deletions
|
@ -946,7 +946,7 @@ AG_GST_CHECK_FEATURE(DIRECTFB, [directfb], dfbvideosink , [
|
|||
dnl **** Wayland ****
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_WAYLAND, true)
|
||||
AG_GST_CHECK_FEATURE(WAYLAND, [wayland sink], wayland , [
|
||||
PKG_CHECK_MODULES(WAYLAND, wayland-client >= 0.99, [
|
||||
PKG_CHECK_MODULES(WAYLAND, wayland-client >= 1.0.0, [
|
||||
HAVE_WAYLAND="yes" ], [ HAVE_WAYLAND="no"
|
||||
])
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue