diff options
-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 b438f2477..054d8879b 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -12,7 +12,7 @@ sub xconf { $o->{raw_X} = Xconfig::default::configure(); require Xconfig::main; - require do_pkgs_standalone; + require do_pkgs; Xconfig::main::configure_everything_auto_install($o->{raw_X}, do_pkgs_standalone->new, {}, { allowFB => 1 }); modules::load_category($modules_conf, 'various/agpgart'); |