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

# NB: not every distro might have all the branding of its own
use/branding/full: use/branding use/syslinux/ui/gfxboot
7
	@$(call add,THE_BRANDING,alterator bootloader bootsplash graphics)
8 9
	@$(call add,THE_BRANDING,indexhtml notes slideshow)

10
use/branding/complete: use/branding/full use/plymouth/full
11
	@$(call add,INSTALL2_BRANDING,notes slideshow)
12 13 14 15 16

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