summaryrefslogtreecommitdiffstats
path: root/waftools/checks/custom.py
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-11-07 13:53:46 +0100
committerJan Ekström <jeebjp@gmail.com>2018-11-19 00:15:31 +0200
commit6d2be82094038903a30736b9900229f4a3993426 (patch)
treedc2ce5f80a08cf031697788ca2962161a8f5283e /waftools/checks/custom.py
parentce2253b358c5023c18a0e12bfed8b44b3a05325b (diff)
downloadmpv-6d2be82094038903a30736b9900229f4a3993426.tar.bz2
mpv-6d2be82094038903a30736b9900229f4a3993426.tar.xz
wayland: use xdg-decoration if available
Diffstat (limited to 'waftools/checks/custom.py')
-rw-r--r--waftools/checks/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py
index 1078746382..8cc701f7f7 100644
--- a/waftools/checks/custom.py
+++ b/waftools/checks/custom.py
@@ -85,7 +85,7 @@ def check_lua(ctx, dependency_identifier):
def check_wl_protocols(ctx, dependency_identifier):
def fn(ctx, dependency_identifier):
- ret = check_pkg_config_datadir("wayland-protocols", ">= 1.14")
+ ret = check_pkg_config_datadir("wayland-protocols", ">= 1.15")
ret = ret(ctx, dependency_identifier)
if ret != None:
ctx.env.WL_PROTO_DIR = ret.split()[0]