Squashed commit

This commit is contained in:
killertofus 2026-02-24 13:02:34 -07:00
parent 290c27f25c
commit 922ad166d8
29 changed files with 3545 additions and 1671 deletions

View file

@ -1,6 +1,6 @@
wayland_scanner = find_program('wayland-scanner')
wayland_protos_dep = dependency('wayland-protocols')
wl_protocol_dir = wayland_protos_dep.get_pkgconfig_variable('pkgdatadir')
wl_protocol_dir = wayland_protos_dep.get_variable(pkgconfig:'pkgdatadir')
wayland_scanner_code = generator(
wayland_scanner,
output: '@BASENAME@-protocol.c',