summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_any.pm2
-rwxr-xr-xrescue/tree/etc/oem2
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 98bd22a11..66a3245dc 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -39,7 +39,7 @@ rhs-printfilters lpr cups cups-drivers samba ncpfs ghostscript-utils autologin
);
#- package that have to be copied only if all their requires are satisfied.
@needToCopyIfRequiresSatisfied = qw(
-xpp kups
+Mesa-common xpp libqtcups2 qtcups kups
);
#- boot medium (the first medium to take into account).
diff --git a/rescue/tree/etc/oem b/rescue/tree/etc/oem
index 931d26ce0..8cf5ebacf 100755
--- a/rescue/tree/etc/oem
+++ b/rescue/tree/etc/oem
@@ -301,7 +301,7 @@ sub select_packages {
foreach my $pkg (@{$o->{packages}{depslist}}) {
delete $pkg->{selected} and $pkg->{closure} = 1;
}
- foreach (qw(xpp kups)) {
+ foreach (qw(Mesa-common xpp libqtcups2 qtcups kups)) {
my $pkg = pkgs::packageByName($o->{packages}, $_);
$pkg and $pkg->{closure} = 1;
}