opt: opt project structure

This commit is contained in:
DreamMaoMao
2025-02-15 18:35:22 +08:00
parent 72314836ca
commit 860d186a34
8 changed files with 76 additions and 1651 deletions

View File

@@ -12,11 +12,12 @@ wayland_scanner_client = generator(
wayland_xmls = [
wl_protocol_dir + '/stable/xdg-shell/xdg-shell.xml',
'wlr-layer-shell-unstable-v1.xml',
'pointer-constraints-unstable-v1.xml',
wl_protocol_dir + '/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml',
wl_protocol_dir + '/staging/cursor-shape/cursor-shape-v1.xml',
wl_protocol_dir + '/stable/tablet/tablet-v2.xml',
'wlr-foreign-toplevel-management-unstable-v1.xml',
'dwl-ipc-unstable-v2.xml',
# 'cursor-shape-v1.xml'
'wlr-layer-shell-unstable-v1.xml',
]
wayland_sources = [
wayland_scanner_code.process(wayland_xmls),