wayland: don't try to build against 0.99 or later

The plugin needs updating for some API changes since 0.95.
This commit is contained in:
Tim-Philipp Müller 2012-10-18 18:56:33 +01:00
parent f768dfd925
commit b1cd1e7a88

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.95.0, [
PKG_CHECK_MODULES(WAYLAND, wayland-client == 0.95, [
HAVE_WAYLAND="yes" ], [ HAVE_WAYLAND="no"
])
])