Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
20 lines
575 B
Diff
20 lines
575 B
Diff
commit f60f2bf6dd4961bdda742f590bf2d7871db6cdab
|
|
Author: r-vdp <ramses@well-founded.dev>
|
|
Date: Mon Oct 28 12:08:49 2024 +0100
|
|
|
|
Get the efi app from fwupd-efi
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index d9bab5264..ee91d34b0 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -650,7 +650,7 @@ endif
|
|
|
|
# EFI
|
|
if build_standalone
|
|
- efi_app_location = join_paths(libexecdir, 'fwupd', 'efi')
|
|
+ efi_app_location = join_paths(dependency('fwupd-efi').get_variable(pkgconfig: 'prefix'), 'libexec', 'fwupd', 'efi')
|
|
conf.set_quoted('EFI_APP_LOCATION', efi_app_location)
|
|
endif
|
|
|