summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-02-02 08:46:13 +0100
committerwm4 <wm4@nowhere>2014-02-12 22:31:27 +0100
commit8427cdc7177d99bc6f8bf5f90144e599a6634e86 (patch)
treec5b58ae7b56db3b67892dad13551c88290f67b77 /wscript
parentb695ca1e27240581e01818f9ce7bf1dec95634d6 (diff)
downloadmpv-8427cdc7177d99bc6f8bf5f90144e599a6634e86.tar.bz2
mpv-8427cdc7177d99bc6f8bf5f90144e599a6634e86.tar.xz
wayland: change minimum version
Change minimum version to 1.3 and remove the version checking in the source code.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 32273095bc..6a1adae6e6 100644
--- a/wscript
+++ b/wscript
@@ -507,8 +507,8 @@ video_output_features = [
} , {
'name': '--wayland',
'desc': 'Wayland',
- 'func': check_pkg_config('wayland-client', '>= 1.2.0',
- 'wayland-cursor', '>= 1.2.0',
+ 'func': check_pkg_config('wayland-client', '>= 1.3.0',
+ 'wayland-cursor', '>= 1.3.0',
'xkbcommon', '>= 0.3.0'),
} , {
'name': '--x11',