1 diff --git a/meson.build b/meson.build
2 index b18108c74..7e674b4d2 100644
5 @@ -404,7 +404,7 @@ endif
9 - efi_app_location = join_paths(libexecdir, 'fwupd', 'efi')
10 + efi_app_location = join_paths(dependency('fwupd-efi').get_variable(pkgconfig: 'prefix'), 'libexec', 'fwupd', 'efi')
11 conf.set_quoted('EFI_APP_LOCATION', efi_app_location)
13 EFI_MACHINE_TYPE_NAME = 'ia32'