branding: ImageMagick-tools for x86_64 only (refind needed)

See-also: commit e4bb17279d
This commit is contained in:
Anton Midyukov 2019-12-19 23:09:45 +07:00
parent 36ba70fcfa
commit e6bb78a569

View File

@ -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