From ee3914fa2680c67d1e6abd6bcaeea07fb06a35a2 Mon Sep 17 00:00:00 2001
From: Joerg Schirottke <master@kanotix.com>
Date: Thu, 5 Nov 2015 11:41:07 +0100
Subject: special hack

---
 auto/config | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/auto/config b/auto/config
index 697fdc1..80668e6 100755
--- a/auto/config
+++ b/auto/config
@@ -100,6 +100,13 @@ grep -wq firefox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" firefox"
 grep -wq silverlight <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" silverlight"
 grep -wq spotify <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" spotify"
 grep -wq dropbox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" dropbox"
+
+# special hack
+if grep -wq gfxdetect <<<"$LB_PACKAGES_LISTS"; then
+    LB_REPOSITORIES+=" nvidia mesa-11"
+    LB_LINUX_FLAVOURS="generic"
+fi
+
 lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LINUX_FLAVOURS" --repositories "$LB_REPOSITORIES"
 
 # Fetch kanotix-scripts if necessary
-- 
cgit v1.0