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]