[vlc-commits] configure: fix wayland-scanner version requirement

Rémi Denis-Courmont git at videolan.org
Mon May 21 19:08:02 CEST 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon May 21 20:07:47 2018 +0300| [91bae7b51903ba97ca796a541f131d85ab233ac6] | committer: Rémi Denis-Courmont

configure: fix wayland-scanner version requirement

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=91bae7b51903ba97ca796a541f131d85ab233ac6
---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 691bf188eb..78667ec3ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3162,7 +3162,7 @@ AS_IF([test "${enable_wayland}" != "no"], [
     ])
 
     AC_MSG_CHECKING([for the Wayland scanner])
-    PKG_CHECK_EXISTS([wayland-scanner], [
+    PKG_CHECK_EXISTS([wayland-scanner >= 1.15], [
       WAYLAND_SCANNER="$(${PKG_CONFIG} wayland-scanner --variable wayland_scanner)"
       AC_MSG_RESULT([${WAYLAND_SCANNER}])
     ], [



More information about the vlc-commits mailing list