From 92148283131474116ed458dbc5966d4b8381e1b3 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 26 Feb 2023 11:07:24 +0100 Subject: meson: Introduce userspace dep This will help in a later commit to separate userspace from EFI builds. --- src/timesync/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/timesync') diff --git a/src/timesync/meson.build b/src/timesync/meson.build index f847728f62..54f5b18a3a 100644 --- a/src/timesync/meson.build +++ b/src/timesync/meson.build @@ -29,6 +29,7 @@ libtimesyncd_core = static_library( 'timesyncd-core', sources, include_directories : includes, + dependencies : userspace, link_with : timesyncd_link_with, build_by_default : false) -- cgit v1.2.1