From d8288877923728dad3c5ce6c735a9b4cde4af705 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Tue, 15 May 2018 21:17:46 +0100 Subject: waf: require wayland-protocols >= 1.14 Needed for the new xdg-wm tiling enums. --- waftools/checks/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waftools/checks') diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py index a80ab8d2ed..3f627250f7 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.12") + ret = check_pkg_config_datadir("wayland-protocols", ">= 1.14") ret = ret(ctx, dependency_identifier) if ret != None: ctx.env.WL_PROTO_DIR = ret.split()[0] -- cgit v1.2.3