slinux: Install *-base lists conditionally

Add *-base lists on live only.
On the full distro they will be added by the corresponding groups.
Otherwise these packages will be _always_ installed.
This commit is contained in:
Mikhail Efremov 2017-04-20 20:13:49 +03:00 committed by Michael Shigorin
parent 9cb77e4f92
commit d23aba896f

View File

@ -10,12 +10,12 @@ use/slinux/base: use/isohybrid use/slinux use/x11/xorg use/x11/lightdm/gtk +puls
use/branding/complete; @:
@$(call set,KFLAVOURS,un-def)
@$(call add,THE_LISTS,gnome-p2p)
@$(call add,THE_LISTS,slinux/games-base)
@$(call add,THE_LISTS,slinux/graphics-base)
@$(call add,THE_LISTS,slinux/live)
@$(call add,LIVE_LISTS,slinux/games-base)
@$(call add,LIVE_LISTS,slinux/graphics-base)
@$(call add,LIVE_LISTS,slinux/multimedia-base)
@$(call add,LIVE_LISTS,slinux/network-base)
@$(call add,LIVE_LISTS,slinux/live)
@$(call add,THE_LISTS,slinux/misc-base)
@$(call add,THE_LISTS,slinux/multimedia-base)
@$(call add,THE_LISTS,slinux/network-base)
@$(call add,THE_LISTS,slinux/xfce-base)
@$(call add,THE_LISTS,$(call tags,base l10n))
@$(call add,STAGE2_PACKAGES,installer-distro-desktop)