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(
'list.c',
'log.c',
)
lib_wlr_util = static_library('wlr_util', files(
'list.c',
'log.c',
),
include_directories: wlr_inc)