mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Decorations: prepare for the KDE protocol implementation
This commit is contained in:
parent
4e75125995
commit
082dc79555
3 changed files with 4 additions and 1 deletions
3
src/decorations/meson.build
Normal file
3
src/decorations/meson.build
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
labwc_sources += files(
|
||||||
|
'xdg-deco.c',
|
||||||
|
)
|
||||||
|
|
@ -24,7 +24,6 @@ labwc_sources = files(
|
||||||
'view-impl-common.c',
|
'view-impl-common.c',
|
||||||
'workspaces.c',
|
'workspaces.c',
|
||||||
'xdg.c',
|
'xdg.c',
|
||||||
'xdg-deco.c',
|
|
||||||
'xdg-popup.c',
|
'xdg-popup.c',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -38,6 +37,7 @@ endif
|
||||||
|
|
||||||
subdir('common')
|
subdir('common')
|
||||||
subdir('config')
|
subdir('config')
|
||||||
|
subdir('decorations')
|
||||||
subdir('xbm')
|
subdir('xbm')
|
||||||
subdir('menu')
|
subdir('menu')
|
||||||
subdir('ssd')
|
subdir('ssd')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue