summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e9ff5dda7..e67cc4066 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"
])
])