Fix build on systems without systemd

This commit is contained in:
Drew DeVault 2017-08-13 08:21:57 -04:00
parent de4dff79b2
commit e6a7817e45
3 changed files with 4 additions and 4 deletions

View file

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