diff --git a/main/efi-mkuki/APKBUILD b/main/efi-mkuki/APKBUILD index 4ebada123e8..3866be10175 100644 --- a/main/efi-mkuki/APKBUILD +++ b/main/efi-mkuki/APKBUILD @@ -14,7 +14,9 @@ options="!check" # no tests provided case "$CARCH" in # Gummiboot is currently not available for other architectures. # The user has to obtain EFI stubs themselves. - x86*) depends="$depends efistub" + x86*) depends="$depends efistub" + makedepends="gummiboot-efistub" + ;; esac package() {