meson: Introduce userspace dep

This will help in a later commit to separate userspace from EFI builds.
This commit is contained in:
Jan Janssen
2023-02-26 11:07:24 +01:00
parent f69edd6faf
commit 9214828313
18 changed files with 375 additions and 180 deletions
+2 -1
View File
@@ -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