mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Add xdg-decoration-unstable-v1 support
This commit is contained in:
parent
b6ed1f29a4
commit
555721f714
14 changed files with 807 additions and 43 deletions
|
|
@ -66,3 +66,9 @@ if libpng.found()
|
|||
dependencies: [wayland_client, wlr_protos, wlroots, libpng]
|
||||
)
|
||||
endif
|
||||
|
||||
executable(
|
||||
'toplevel-decoration',
|
||||
'toplevel-decoration.c',
|
||||
dependencies: [wayland_client, wlr_protos, wlroots]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue