summaryrefslogtreecommitdiff
path: root/auto/config
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2013-03-05 16:30:45 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2013-05-03 16:48:10 +0200
commitcbcf64dcef952f96eb37dd9d1b8331f7172cc123 (patch)
tree20f56f6baf8db09dcd10d9563cbdf105d8843aef /auto/config
parent70a9ce8a988b617175b9a86d6cd24172c5d662ce (diff)
downloadkanotix-cbcf64dcef952f96eb37dd9d1b8331f7172cc123.zip
kanotix-cbcf64dcef952f96eb37dd9d1b8331f7172cc123.tar.gz
gfxdetect, mesa backport and steam support
Diffstat (limited to 'auto/config')
-rwxr-xr-xauto/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/config b/auto/config
index b34eae9..af8318b 100755
--- a/auto/config
+++ b/auto/config
@@ -71,6 +71,8 @@ grep -wq trinity <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" trinity"
grep -wq -e virtualbox -e vbox <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" vbox"
grep -wq -e opera <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" opera"
grep -wq chrome <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" chrome"
+grep -wq mesa <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa"
+grep -wq steam <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" steam steam-wheezy"
lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LINUX_FLAVOURS" --repositories "$LB_REPOSITORIES"
# Fetch kanotix-scripts if necessary