This commit is contained in:
clayton craft 2026-06-16 22:17:27 -04:00 committed by GitHub
commit 14429c5a69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 199 additions and 1 deletions

View file

@ -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,