mirror of https://github.com/mpv-player/mpv
waf: require wayland-protocols >= 1.14
Needed for the new xdg-wm tiling enums.
This commit is contained in:
parent
0b3d1d6faf
commit
d828887792
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue