diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-15 11:15:36 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-15 11:15:36 +0000 |
commit | 3d3caddb1dd19fbd377b814ae5a544e532d5e182 (patch) | |
tree | 1f2b07c7de299842134dd0c7d27dc62abcb65bab /move/move.pm | |
parent | a6218b6a0ccda91bbf59854be625050f7037276f (diff) | |
download | drakx-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/move.pm')
-rw-r--r-- | move/move.pm | 3 |
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 => [] }); } |