2021-12-06 16:07:01 +00:00
|
|
|
diff --git a/meson.build b/meson.build
|
2023-02-02 18:25:31 +00:00
|
|
|
index 7ac8c937a..5a23d0c80 100644
|
2021-12-06 16:07:01 +00:00
|
|
|
--- a/meson.build
|
|
|
|
+++ b/meson.build
|
2023-02-02 18:25:31 +00:00
|
|
|
@@ -419,7 +419,7 @@ if build_standalone and efiboot.found() and efivar.found()
|
2022-06-16 17:23:12 +00:00
|
|
|
conf.set('HAVE_EFI_TIME_T', '1')
|
|
|
|
endif
|
2021-12-06 16:07:01 +00:00
|
|
|
|
|
|
|
- efi_app_location = join_paths(libexecdir, 'fwupd', 'efi')
|
2023-02-02 18:25:31 +00:00
|
|
|
+ efi_app_location = join_paths(dependency('fwupd-efi').get_variable(pkgconfig: 'prefix'), 'libexec', 'fwupd', 'efi')
|
2021-12-06 16:07:01 +00:00
|
|
|
conf.set_quoted('EFI_APP_LOCATION', efi_app_location)
|
|
|
|
|
|
|
|
if host_cpu == 'x86'
|