Refactor meson and move xdg-shell into wlroots

This commit is contained in:
Drew DeVault 2017-08-11 09:37:09 -04:00
parent a6efb90382
commit 62d8b252c0
11 changed files with 232 additions and 177 deletions

View file

@ -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)