configure: require wayland >= 1.0.0

We have an API stable release now, require that.
This commit is contained in:
Tim-Philipp Müller 2012-10-24 14:23:26 +01:00
parent cf1f4871d7
commit 64d7e27811

View file

@ -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"
])
])