mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
meson: Introduce userspace dep
This will help in a later commit to separate userspace from EFI builds.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user