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

5 6 7 8
# license notes, if any
use/branding/notes: use/branding
	@$(call add,THE_BRANDING,notes)

9
# NB: not every distro might have all the branding of its own
10 11
# FIXME: syslinux is x86-specific
use/branding/full: use/branding/notes use/syslinux/ui/gfxboot
12
	@$(call add,THE_BRANDING,alterator bootloader bootsplash graphics)
13
	@$(call add,THE_BRANDING,indexhtml slideshow)
14

15
use/branding/complete: use/branding/full use/plymouth/full
16
	@$(call add,INSTALL2_BRANDING,notes slideshow)
17 18 19 20 21

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