1diff --git a/meson.build b/meson.build
2index 7ac8c937a..5a23d0c80 100644
3--- a/meson.build
4+++ b/meson.build
5@@ -419,7 +419,7 @@ if build_standalone and efiboot.found() and efivar.found()
6 conf.set('HAVE_EFI_TIME_T', '1')
7 endif
8
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)
12
13 if host_cpu == 'x86'