mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Allow building with muon
This commit is contained in:
parent
fa36852a58
commit
0294b25f27
4 changed files with 23 additions and 19 deletions
|
|
@ -1,6 +1,7 @@
|
|||
wl_protocol_dir = wayland_protos.get_variable(pkgconfig: 'pkgdatadir')
|
||||
|
||||
wayland_scanner = find_program('wayland-scanner', version: '>= 1.15')
|
||||
wayland_scanner_dep = dependency('wayland-scanner', version: '>=1.15')
|
||||
wayland_scanner = find_program(wayland_scanner_dep.get_variable(pkgconfig: 'wayland_scanner'))
|
||||
|
||||
wayland_scanner_server = generator(
|
||||
wayland_scanner,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue