mirror of
https://github.com/mangowm/mango.git
synced 2026-05-02 14:27:27 -07:00
Fix wayland protocol directory variable retrieval
This commit is contained in:
committed by
GitHub
parent
62ab00a7a3
commit
f75efa1312
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user