summaryrefslogtreecommitdiffstats
path: root/core/modules/pulseaudio/module.conf.debian
blob: 182ec7dd9e1e524fdf76a62a7c5fb5364e69e2eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

REQUIRED_INSTALLED_PACKAGES="
	lxqt-build-tools
	libpulse-dev
"

REQUIRED_CONTENT_PACKAGES="
	alsa-tools
	alsa-utils
	alsa-topology-conf
	libasound2
	libasound2-data
	libasound2-plugins
	libpulse0
	pulseaudio
	pulseaudio-utils
"