summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
diff options
context:
space:
mode:
authorGiuseppe Ghibò <ghibo@mageia.org>2023-04-24 11:51:09 +0200
committerGiuseppe Ghibò <ghibo@mageia.org>2023-04-24 11:51:09 +0200
commit028611415efb6b727df787842f97dc5acd2e43d8 (patch)
tree29e1a0a108635c412a1bc93a6224a7339802600a /perl-install/harddrake/sound.pm
parentae7bc686aaffa73bb030b8e5306ebab426dd966b (diff)
downloaddrakx-028611415efb6b727df787842f97dc5acd2e43d8.tar
drakx-028611415efb6b727df787842f97dc5acd2e43d8.tar.gz
drakx-028611415efb6b727df787842f97dc5acd2e43d8.tar.bz2
drakx-028611415efb6b727df787842f97dc5acd2e43d8.tar.xz
drakx-028611415efb6b727df787842f97dc5acd2e43d8.zip
Fix package typo when switching to pipewire-media-session
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r--perl-install/harddrake/sound.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index a023afbbc..cdf24c219 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -299,7 +299,7 @@ sub configure_pipewire_media_session {
my $plasma_installed = $in->do_pkgs->is_installed('plasma-desktop');
my @pkgs = (
- 'task-pulseaudio',
+ 'task-pipewire',
'pipewire-media-session',
);
if (!$in->do_pkgs->is_installed('pavucontrol-qt')) {