mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Refactor meson and move xdg-shell into wlroots
This commit is contained in:
parent
a6efb90382
commit
62d8b252c0
11 changed files with 232 additions and 177 deletions
|
|
@ -1,4 +1,5 @@
|
|||
wlr_files += files(
|
||||
'xcursor.c',
|
||||
'wlr_cursor.c',
|
||||
)
|
||||
lib_wlr_xcursor = static_library('wlr_xcursor', files(
|
||||
'xcursor.c',
|
||||
'wlr_cursor.c',
|
||||
),
|
||||
include_directories: wlr_inc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue