1 commit 1770b1871a567dfa78ae1e32094b6007bb7639e9
2 Author: r-vdp <ramses@well-founded.dev>
3 Date: Mon Oct 28 12:08:49 2024 +0100
5 Get the efi app from fwupd-efi
7 diff --git a/meson.build b/meson.build
8 index e4e764b97..8acaa3d2d 100644
11 @@ -482,7 +482,7 @@ endif
15 - efi_app_location = join_paths(libexecdir, 'fwupd', 'efi')
16 + efi_app_location = join_paths(dependency('fwupd-efi').get_variable(pkgconfig: 'prefix'), 'libexec', 'fwupd', 'efi')
17 conf.set_quoted('EFI_APP_LOCATION', efi_app_location)
19 EFI_MACHINE_TYPE_NAME = 'ia32'