mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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 ****
|
dnl **** Wayland ****
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_WAYLAND, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_WAYLAND, true)
|
||||||
AG_GST_CHECK_FEATURE(WAYLAND, [wayland sink], wayland , [
|
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"
|
HAVE_WAYLAND="yes" ], [ HAVE_WAYLAND="no"
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue