mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/efi-mkuki: add makedepends to fix build order
This commit is contained in:
parent
6a979ae1e9
commit
de0c65efa5
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user