summaryrefslogtreecommitdiff
path: root/src/libsystemd
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/libsystemd
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/libsystemd')
-rw-r--r--src/libsystemd/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libsystemd/meson.build b/src/libsystemd/meson.build
index 23fa7c20ca..91887be831 100644
--- a/src/libsystemd/meson.build
+++ b/src/libsystemd/meson.build
@@ -122,7 +122,8 @@ libsystemd_static = static_library(
link_with : [libbasic,
libbasic_compress],
dependencies : [threads,
- librt],
+ librt,
+ userspace],
build_by_default : false)
libsystemd_sym = files('libsystemd.sym')