config.mk 1008 Bytes
Newer Older
1
# NB: release part of branding goes to install2 feature
2 3 4
use/branding:
	@$(call add_feature)

5 6
# license notes, if any
use/branding/notes: use/branding
7
ifneq (,$(filter-out e2k%,$(ARCH)))
8
	@$(call add,THE_BRANDING,notes)
9
endif
10

11
# NB: not every distro might have all the branding of its own
12 13
use/branding/full: use/branding/notes use/syslinux/ui/gfxboot \
	use/grub/ui/gfxboot
14
	@$(call add,THE_BRANDING,alterator graphics)
15
	@$(call add,THE_BRANDING,indexhtml slideshow)
16 17 18
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
	@$(call add,THE_BRANDING,bootloader)
endif
19 20 21
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
	@$(call add,THE_BRANDING,bootsplash)
endif
22

23
use/branding/complete: use/branding/full use/plymouth/full
24 25 26 27
	@$(call add,INSTALL2_BRANDING,slideshow)
ifneq (,$(filter-out e2k%,$(ARCH)))
	@$(call add,INSTALL2_BRANDING,notes)
endif
28 29 30 31 32

# http://altlinux.org/branding/slideshow
use/branding/slideshow/once: use/branding
	@$(call add,INSTALL2_BRANDING_SLIDESHOW,once:true)
	@$(call xport,INSTALL2_BRANDING_SLIDESHOW)