From 84dc6e1ef501b25d8fe20c0f99a21c5491fbf685 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 7 Oct 2004 00:44:15 +0000 Subject: - XFdrake can detect a auxmouse which was not detected by mousedrake so we need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions --- perl-install/harddrake/autoconf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/autoconf.pm') diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm index 91ec054d9..adf6d9957 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -9,7 +9,7 @@ sub xconf { log::l('automatic XFree configuration'); require Xconfig::default; - $o->{raw_X} = Xconfig::default::configure(); + $o->{raw_X} = Xconfig::default::configure(do_pkgs_standalone->new); require Xconfig::main; require do_pkgs; -- cgit v1.2.1