diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-10-07 00:44:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-10-07 00:44:15 +0000 |
commit | 84dc6e1ef501b25d8fe20c0f99a21c5491fbf685 (patch) | |
tree | 78e51c3a4d5b25c86966a8a7db02fcdb16b7ac38 /perl-install/harddrake | |
parent | c444f93dc13e0cfcefef21173b926ff8b9aa1c6b (diff) | |
download | drakx-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar drakx-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar.gz drakx-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar.bz2 drakx-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.tar.xz drakx-84dc6e1ef501b25d8fe20c0f99a21c5491fbf685.zip |
- 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
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/autoconf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |