summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-05-27 16:17:33 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-05-27 16:17:33 +0000
commitbb5d5f6f9a104490f1d4497a091d3ed9adac0ca2 (patch)
tree0877603c17d4dbabfafd369ca159ac044f6c2e72 /perl-install/install_any.pm
parent499e2a7e3a04159e41aaa033a6c762647b110c1e (diff)
downloaddrakx-backup-do-not-use-bb5d5f6f9a104490f1d4497a091d3ed9adac0ca2.tar
drakx-backup-do-not-use-bb5d5f6f9a104490f1d4497a091d3ed9adac0ca2.tar.gz
drakx-backup-do-not-use-bb5d5f6f9a104490f1d4497a091d3ed9adac0ca2.tar.bz2
drakx-backup-do-not-use-bb5d5f6f9a104490f1d4497a091d3ed9adac0ca2.tar.xz
drakx-backup-do-not-use-bb5d5f6f9a104490f1d4497a091d3ed9adac0ca2.zip
handle freeDriver which disable using proprietary X driver (esp. for nvidia)
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 735465811..d88b23901 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -1026,6 +1026,14 @@ sub log_sizes {
formatXiB(sum(run_program::rooted_get_stdout($o->{prefix}, 'rpm', '-qa', '--queryformat', '%{size}\n')))) if -x "$o->{prefix}/bin/rpm";
}
+sub X_options_from_o {
+ my ($o) = @_;
+ {
+ freeDriver => $o->{freeDriver},
+ allowFB => $o->{allowFB},
+ };
+}
+
sub copy_advertising {
my ($o) = @_;