summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-09-03 20:12:44 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-09-03 20:12:44 +0200
commit353686e636822cd09ebac4c0ac1f491dff03ba0a (patch)
tree7d4669cafd4d581026605085ccd4f696ec79507b /configure
parent13f3b55881f2f97a5ab89eaaf1602c5c9fbaf054 (diff)
downloadmpv-353686e636822cd09ebac4c0ac1f491dff03ba0a.tar.bz2
mpv-353686e636822cd09ebac4c0ac1f491dff03ba0a.tar.xz
configure: build with wayland 1.2.0
For the time being there will be a check if someone uses wayland from git, because I really really like to have the others formats too.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f6705f89a8..a613fee571 100755
--- a/configure
+++ b/configure
@@ -1702,7 +1702,7 @@ depends_on_application_services(){
fi #if darwin
-_wlver="1.2.90"
+_wlver="1.2.0"
echocheck "Wayland"
if test "$_wayland" = yes || test "$_wayland" = auto; then
_wayland="no"