summaryrefslogtreecommitdiffstats
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
parent29467736cf3e8c7ec9a3eb30397a3b7d07e432db (diff)
downloadmpv-b99c67f9bbe387444445def6db166c12fa34ca85.tar.bz2
mpv-b99c67f9bbe387444445def6db166c12fa34ca85.tar.xz
build: update minimum wayland version
Uh oh.
-rwxr-xr-xold-configure2
-rw-r--r--wscript4
2 files changed, 3 insertions, 3 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)
diff --git a/wscript b/wscript
index ccf594e32f..267a092b7d 100644
--- a/wscript
+++ b/wscript
@@ -545,8 +545,8 @@ video_output_features = [
} , {
'name': '--wayland',
'desc': 'Wayland',
- 'func': check_pkg_config('wayland-client', '>= 1.3.0',
- 'wayland-cursor', '>= 1.3.0',
+ 'func': check_pkg_config('wayland-client', '>= 1.6.0',
+ 'wayland-cursor', '>= 1.6.0',
'xkbcommon', '>= 0.3.0'),
} , {
'name': '--x11',