mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-06-29 13:14:40 -04:00
Merge 7e44e3c832 into e5db9506b4
This commit is contained in:
commit
14429c5a69
7 changed files with 199 additions and 1 deletions
|
|
@ -106,9 +106,11 @@ if conf_data.get('CAGE_HAS_XWAYLAND', 0) == 1
|
|||
cage_sources += 'xwayland.c'
|
||||
endif
|
||||
|
||||
subdir('protocols')
|
||||
|
||||
executable(
|
||||
meson.project_name(),
|
||||
cage_sources,
|
||||
cage_sources + wl_protos_src,
|
||||
dependencies: [
|
||||
wayland_server,
|
||||
wlroots,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue