From 6d2be82094038903a30736b9900229f4a3993426 Mon Sep 17 00:00:00 2001 From: emersion Date: Wed, 7 Nov 2018 13:53:46 +0100 Subject: wayland: use xdg-decoration if available --- waftools/checks/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waftools/checks/custom.py') 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] -- cgit v1.2.3