From a06a4852f0795b812c26b574b069fd670d6381fb Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sat, 22 Jun 2013 00:26:32 +0400 Subject: [PATCH] slinux: added ARM specific target It's different so far even if it should be more or less merged some day so that the packagelists become reusable across x86/ARM. --- features.in/slinux/config.mk | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/features.in/slinux/config.mk b/features.in/slinux/config.mk index 6ee02221..f089c405 100644 --- a/features.in/slinux/config.mk +++ b/features.in/slinux/config.mk @@ -1,7 +1,10 @@ -use/slinux: use/x11/xfce use/x11/gdm2.20 +use/slinux: use/x11/xfce @$(call add_feature) @$(call set,BRANDING,simply-linux) @$(call add,THE_BRANDING,menu xfce-settings) + @$(call set,META_VOL_SET,Simply Linux) + +use/slinux/base: use/slinux use/x11/gdm2.20 @$(call add,THE_LISTS,gnome-p2p) @$(call add,THE_LISTS,slinux/$(ARCH)) @$(call add,THE_LISTS,slinux/games) @@ -13,8 +16,9 @@ use/slinux: use/x11/xfce use/x11/gdm2.20 @$(call add,THE_LISTS,slinux/network) @$(call add,THE_LISTS,slinux/xfce) @$(call add,THE_LISTS,$(call tags,base l10n)) - @$(call set,META_VOL_SET,Simply Linux) -use/slinux/full: use/isohybrid use/slinux +systemd +wireless \ - use/branding/complete use/x11/3d - @$(call add,THE_PACKAGES,apt-conf-sisyphus) +use/slinux/full: use/isohybrid use/slinux/base +systemd +wireless \ + use/branding/complete use/x11/3d; @: + +use/slinux/arm: use/slinux use/x11/lightdm/gtk + @$(call add,THE_LISTS,slinux/arm)