diff options
author | Holger Paradies <retabell@gmx.de> | 2014-02-13 14:49:41 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-02-13 14:57:28 +0100 |
commit | c80ae09a65dfa87a6a5e8e4ec7cab534e1a78302 (patch) | |
tree | 067f71adfbf75412d4a73504bffd4246b1b2e4d0 /auto | |
parent | b221e198eb9cf2d843d8031432a6a95b74b44460 (diff) | |
download | kanotix-c80ae09a65dfa87a6a5e8e4ec7cab534e1a78302.zip kanotix-c80ae09a65dfa87a6a5e8e4ec7cab534e1a78302.tar.gz |
mesa update
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index c8aac27..ffd75ee 100755 --- a/auto/config +++ b/auto/config @@ -75,6 +75,7 @@ grep -wq google-chrome <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+= grep -wq -e hangouts -e google-talkplugin <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" google-talkplugin" grep -wq google-earth <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" google-earth" grep -wq mesa <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa" +grep -wq msa9 <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa-9" grep -wq msos <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa-steamos" grep -wq nvidia <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" nvidia" grep -wq fglrx <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" fglrx" |