summaryrefslogtreecommitdiff
path: root/src/test
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/test
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/test')
-rw-r--r--src/test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 55c0881299..afd95cf8dd 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -456,7 +456,7 @@ tests += [
},
{
'sources' : files('test-sbat.c'),
- 'condition' : 'HAVE_GNU_EFI',
+ 'condition' : 'ENABLE_BOOTLOADER',
'c_args' : '-I@0@'.format(efi_config_h_dir),
},
{