summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-09-19 17:40:26 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2014-09-19 17:40:26 +0200
commitb99c67f9bbe387444445def6db166c12fa34ca85 (patch)
tree8c35d4ea201b6cc02023c6c2026b25fc8b4343a1 /old-configure
parent29467736cf3e8c7ec9a3eb30397a3b7d07e432db (diff)
downloadmpv-b99c67f9bbe387444445def6db166c12fa34ca85.tar.bz2
mpv-b99c67f9bbe387444445def6db166c12fa34ca85.tar.xz
build: update minimum wayland version
Uh oh.
Diffstat (limited to 'old-configure')
-rwxr-xr-xold-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure b/old-configure
index d9f8c14790..c57305e409 100755
--- a/old-configure
+++ b/old-configure
@@ -585,7 +585,7 @@ _libquvi=no
(test "$_libquvi9" = yes || test "$_libquvi4" = yes) && _libquvi=yes
define_yes_no $_libquvi HAVE_LIBQUVI
-_wlver="1.2.0"
+_wlver="1.6.0"
check_pkg_config "Wayland" $_wayland WAYLAND "wayland-client >= $_wlver wayland-cursor >= $_wlver xkbcommon >= 0.3.0"
_wayland=$(defretval)