|
|
@ -43,8 +43,6 @@ if systemd.found()
|
|
|
|
add_project_arguments('-DHAS_SYSTEMD', language: 'c')
|
|
|
|
add_project_arguments('-DHAS_SYSTEMD', language: 'c')
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
wlr_files = []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
subdir('protocol')
|
|
|
|
subdir('protocol')
|
|
|
|
subdir('backend')
|
|
|
|
subdir('backend')
|
|
|
|
subdir('render')
|
|
|
|
subdir('render')
|
|
|
@ -70,7 +68,7 @@ _wlr_deps = [
|
|
|
|
math,
|
|
|
|
math,
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
lib_wlr = library('wlroots', wlr_files,
|
|
|
|
lib_wlr = library('wlroots', files('dummy.c'),
|
|
|
|
link_whole: [
|
|
|
|
link_whole: [
|
|
|
|
lib_wl_protos,
|
|
|
|
lib_wl_protos,
|
|
|
|
lib_wlr_backend,
|
|
|
|
lib_wlr_backend,
|
|
|
|