From 11167f7fda2bdce1107906ff004f35accf5fb3b9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 8 Feb 2004 13:29:19 +0000 Subject: adapt to change allowing checking nvidia/ati proprietary driver availability only when needed --- move/move.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move/move.pm') diff --git a/move/move.pm b/move/move.pm index 01823fa98..fd20c558d 100644 --- a/move/move.pm +++ b/move/move.pm @@ -685,7 +685,7 @@ sub automatic_xconf { require Xconfig::main; require class_discard; Xconfig::main::configure_everything_auto_install($o->{raw_X}, class_discard->new, {}, - { allowNVIDIA_rpms => [], allowATI_rpms => [], allowFB => $o->{allowFB} }); + { allowNVIDIA_rpms => sub { [] }, allowATI_rpms => sub { [] }, allowFB => $o->{allowFB} }); my $card = Xconfig::card::from_raw_X($o->{raw_X}); } -- cgit v1.2.1