mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-07-05 00:06:18 -04:00
Merge 7e44e3c832 into 350e2ef8b9
This commit is contained in:
commit
29a5bac403
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