mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-18 06:47:02 -04:00
opt: opt project structure
This commit is contained in:
parent
72314836ca
commit
860d186a34
8 changed files with 76 additions and 1651 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue