summaryrefslogtreecommitdiff
path: root/src/machine
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-02-26 11:07:24 +0100
committerJan Janssen <medhefgo@web.de>2023-03-10 11:40:14 +0100
commit92148283131474116ed458dbc5966d4b8381e1b3 (patch)
treebd53411bb50a55aed3d7d8a4aa41e13f90927bbc /src/machine
parentf69edd6fafde795fdabce3508043f1272575033f (diff)
downloadsystemd-92148283131474116ed458dbc5966d4b8381e1b3.tar.gz
meson: Introduce userspace dep
This will help in a later commit to separate userspace from EFI builds.
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/machine/meson.build b/src/machine/meson.build
index 7b09d4b24f..d8b2dd188d 100644
--- a/src/machine/meson.build
+++ b/src/machine/meson.build
@@ -18,7 +18,8 @@ libmachine_core = static_library(
'machine-core',
libmachine_core_sources,
include_directories : includes,
- dependencies : threads,
+ dependencies : [threads,
+ userspace],
build_by_default : false)
if conf.get('ENABLE_MACHINED') == 1