优化项目结构

This commit is contained in:
DreamMaoMao 2025-02-15 18:40:40 +08:00
parent e65f4f6025
commit 7ad6cc4acf
12 changed files with 214 additions and 1656 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),