summaryrefslogtreecommitdiffstats
path: root/core/modules/pulseaudio/module.conf.ubuntu
diff options
context:
space:
mode:
authorSimon Rettberg2021-11-04 15:08:47 +0100
committerSimon Rettberg2021-11-04 15:08:47 +0100
commit9e337cf4a97c7ac8dc82d9af0427f0086cc16db8 (patch)
treed341689a9c1b452a2cef7b4864d6536177c92298 /core/modules/pulseaudio/module.conf.ubuntu
parent[qt5core] Fix qt5ct config path; doesn't match debug output of plugin :( (diff)
downloadmltk-9e337cf4a97c7ac8dc82d9af0427f0086cc16db8.tar.gz
mltk-9e337cf4a97c7ac8dc82d9af0427f0086cc16db8.tar.xz
mltk-9e337cf4a97c7ac8dc82d9af0427f0086cc16db8.zip
[pulseaudio] Use pavucontrol-slx :)
Diffstat (limited to 'core/modules/pulseaudio/module.conf.ubuntu')
-rw-r--r--core/modules/pulseaudio/module.conf.ubuntu6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/modules/pulseaudio/module.conf.ubuntu b/core/modules/pulseaudio/module.conf.ubuntu
index cdbea999..b035b8d5 100644
--- a/core/modules/pulseaudio/module.conf.ubuntu
+++ b/core/modules/pulseaudio/module.conf.ubuntu
@@ -1,5 +1,10 @@
#!/bin/bash
+REQUIRED_INSTALLED_PACKAGES="
+ lxqt-build-tools
+ libpulse-dev
+"
+
REQUIRED_CONTENT_PACKAGES="
alsa-base
alsa-topology-conf
@@ -7,7 +12,6 @@ REQUIRED_CONTENT_PACKAGES="
libasound2-data
libasound2-plugins
libpulse0
- pavucontrol-qt
pulseaudio
pulseaudio-utils
"