From 044f1ffcd546b14096aab0828b3e8c0d52d13927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Sun, 29 Apr 2018 12:51:28 +0300 Subject: build: bump wayland-protocols requirement to 1.12+ The stable xdg-shell protocol is only available from this version. --- waftools/checks/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py index 698742406f..a80ab8d2ed 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") + ret = check_pkg_config_datadir("wayland-protocols", ">= 1.12") ret = ret(ctx, dependency_identifier) if ret != None: ctx.env.WL_PROTO_DIR = ret.split()[0] -- cgit v1.2.3