mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Fix build on systems without systemd
This commit is contained in:
parent
de4dff79b2
commit
e6a7817e45
3 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue