summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-02-02 08:46:13 +0100
committerAlexander Preisinger <alexander.preisinger@gmail.com>2014-02-02 08:46:13 +0100
commit44bfe3b14acf80abbdf9d0280de2fc6f9c7cad6b (patch)
tree7357561cf9dcd663004a60811637e9aa3bbacd4b /wscript
parentc8b754e38fea1ca9eb39a33c6c55793118ba121f (diff)
downloadmpv-44bfe3b14acf80abbdf9d0280de2fc6f9c7cad6b.tar.bz2
mpv-44bfe3b14acf80abbdf9d0280de2fc6f9c7cad6b.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 0864977056..479cc6ec73 100644
--- a/wscript
+++ b/wscript
@@ -506,8 +506,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',