summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index a9194c0c0..fa16bdcaf 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -326,14 +326,14 @@ sub setPackages($) {
detect_devices::matching_desc('Voodoo [35]') ||
detect_devices::matching_desc('Voodoo Banshee') ||
detect_devices::matching_desc('8281[05].* CGC') ||
+ detect_devices::matching_desc('Radeon ') ||
detect_devices::matching_desc('Rage 128')) {
push @gl, "xscreensaver-gl", "Mesa-demos", "xmms-mesa";
push @gl, "bzflag" if (!detect_devices::matching_desc('Riva.*128') &&
!detect_devices::matching_desc('Rage X[CL]') &&
!detect_devices::matching_desc('Rage Mobility (?:P\/M|L) ') &&
!detect_devices::matching_desc('3D Rage (?:LT|Pro)'));
- push @gl, "csmash", "gltron" if (!detect_devices::matching_desc('Rage 128')); #- does not work well on transparancy.
- push @gl, "spacecup", "chromium", "tuxracer", "openuniverse";
+ push @gl, "csmash", "gltron", "spacecup", "chromium", "tuxracer", "openuniverse";
}
pkgs::packageSetValues([ map { $_ + 60 } @{pkgs::packageValues($_)} ])
foreach grep {$_} map { pkgs::packageByName($o->{packages}, $_) } @gl;