[vlc-commits] configure: fix wayland-client version requirements
Rémi Denis-Courmont
git at videolan.org
Thu Sep 4 18:20:56 CEST 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Sep 4 19:09:47 2014 +0300| [3055e42f9e6330b64a618f6724f90aef215dc316] | committer: Rémi Denis-Courmont
configure: fix wayland-client version requirements
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3055e42f9e6330b64a618f6724f90aef215dc316
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 2787391..072ac34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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}"], [
More information about the vlc-commits
mailing list