summaryrefslogtreecommitdiff
path: root/src/machine
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-03-11 17:15:01 +0900
committerGitHub <noreply@github.com>2023-03-11 17:15:01 +0900
commitc9501b03cd43b6d677314bc7ae557d90f282a8c8 (patch)
treeff6113b1ce743802f9ff3f05efb57a6a37996807 /src/machine
parent91e07dd476c75048e9707b0e0b2026877ece739d (diff)
parent2c7c68e4e404a24aaebc7ee1bae6661c95fe3d54 (diff)
downloadsystemd-c9501b03cd43b6d677314bc7ae557d90f282a8c8.tar.gz
Merge pull request #26641 from medhefgo/boot-elf2efi
boot: Drop gnu-efi / Add elf2efi.py
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