mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 19:31:46 +00:00
Bump min version of wayland-protocols to match upstream
This commit is contained in:
parent
72a1eb237d
commit
12bdd4dddd
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ def init_env(env, pkg_config, at_least_version, module='x11'):
|
|||
ans.ldpaths.extend(('-framework', f))
|
||||
|
||||
elif module == 'wayland':
|
||||
at_least_version('wayland-protocols', 1, 1)
|
||||
at_least_version('wayland-protocols', 1, 6)
|
||||
ans.wayland_packagedir = os.path.abspath(pkg_config('wayland-protocols', '--variable=pkgdatadir')[0])
|
||||
ans.wayland_scanner = os.path.abspath(pkg_config('wayland-scanner', '--variable=wayland_scanner')[0])
|
||||
ans.wayland_protocols = tuple(sinfo[module]['protocols'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue