waf: require wayland-protocols >= 1.14

Needed for the new xdg-wm tiling enums.
This commit is contained in:
Rostislav Pehlivanov 2018-05-15 21:17:46 +01:00 committed by Jan Ekström
parent 0b3d1d6faf
commit d828887792
1 changed files with 1 additions and 1 deletions

View File

@ -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]