From e6a7817e45ccd0312198a5040e78b27325b543bd Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 13 Aug 2017 08:21:57 -0400 Subject: Fix build on systems without systemd --- meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index d79290bd..fb8df1cb 100644 --- a/meson.build +++ b/meson.build @@ -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, -- cgit v1.2.3