main/efi-mkuki: add makedepends to fix build order

This commit is contained in:
Dermot Bradley 2023-12-06 18:18:16 +00:00 committed by Jakub Jirutka
parent 6a979ae1e9
commit de0c65efa5

View File

@ -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() {