From 3d3caddb1dd19fbd377b814ae5a544e532d5e182 Mon Sep 17 00:00:00 2001
From: Guillaume Cottenceau <gc@mandriva.com>
Date: Wed, 15 Oct 2003 11:15:36 +0000
Subject: tell Xconfig we allow proprietary modules and no package needs to be
 installed (empty arrayref)

---
 move/move.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'move')

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 => [] });
 }
 
 
-- 
cgit v1.2.1