summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-15 11:15:36 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-15 11:15:36 +0000
commit3d3caddb1dd19fbd377b814ae5a544e532d5e182 (patch)
tree1f2b07c7de299842134dd0c7d27dc62abcb65bab /move
parenta6218b6a0ccda91bbf59854be625050f7037276f (diff)
downloaddrakx-3d3caddb1dd19fbd377b814ae5a544e532d5e182.tar
drakx-3d3caddb1dd19fbd377b814ae5a544e532d5e182.tar.gz
drakx-3d3caddb1dd19fbd377b814ae5a544e532d5e182.tar.bz2
drakx-3d3caddb1dd19fbd377b814ae5a544e532d5e182.tar.xz
drakx-3d3caddb1dd19fbd377b814ae5a544e532d5e182.zip
tell Xconfig we allow proprietary modules and no package needs to
be installed (empty arrayref)
Diffstat (limited to 'move')
-rw-r--r--move/move.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm
index 9ec8eb302..ac18b1ee4 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -41,7 +41,8 @@ sub automatic_xconf {
require Xconfig::main;
require class_discard;
- Xconfig::main::configure_everything_auto_install($o->{raw_X}, class_discard->new, {}, { allowNVIDIA_rpms => 1 });
+ Xconfig::main::configure_everything_auto_install($o->{raw_X}, class_discard->new, {},
+ { allowNVIDIA_rpms => [], allowATI_rpms => [] });
}