branding: ImageMagick-tools for x86_64 only (refind needed)
See-also: commit e4bb17279d
This commit is contained in:
parent
36ba70fcfa
commit
e6bb78a569
@ -2,5 +2,8 @@
|
||||
|
||||
DOT_BASE += $(call branding,$(THE_BRANDING))
|
||||
|
||||
# needed for refind only
|
||||
ifeq (,$(filter-out x86_64,$(ARCH)))
|
||||
CHROOT_PACKAGES_REGEXP += $(call branding,bootloader)
|
||||
CHROOT_PACKAGES += ImageMagick-tools
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user