]> git.sesse.net Git - vlc/commitdiff
configure: fix wayland-client version requirements
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 4 Sep 2014 16:09:47 +0000 (19:09 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 4 Sep 2014 16:20:49 +0000 (19:20 +0300)
configure.ac

index 27873911a63080b8024e90c8d6164f922c247be9..072ac341b8c80fefa221315e63807d4ae826762e 100644 (file)
@@ -3178,7 +3178,7 @@ AC_ARG_ENABLE(wayland,
   [AS_HELP_STRING([--enable-wayland], [Wayland support (default auto)])])
 have_wayland="no"
 AS_IF([test "${enable_wayland}" != "no"], [
-  PKG_CHECK_MODULES([WAYLAND_CLIENT], [wayland-client >= 1.4], [
+  PKG_CHECK_MODULES([WAYLAND_CLIENT], [wayland-client >= 1.5.91], [
     have_wayland="yes"
   ], [
     AS_IF([test -n "${enable_wayland}"], [