summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTharre2016-08-18 23:08:12 +0200
committerTharre2016-08-18 23:24:20 +0200
commit63bf06847b9c9694fce4800989d75886e29b8783 (patch)
treea7b76f761c7dc957fed76b541d15907eb2e8d973 /PKGBUILD
parentcb56b95e99b0b82f3649a33f091240831ba4852a (diff)
downloadaur-63bf06847b9c9694fce4800989d75886e29b8783.tar.gz
Add optional dependencies for sound support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41ce2f5a74e5..5f860ea56626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,10 @@ license=('custom:commercial')
depends=('hicolor-icon-theme')
depends_x86_64=('lib32-libgl')
depends_i686=('libgl')
+optdepends_x86_64=('lib32-alsa-lib: alsa sound support'
+ 'lib32-libpulse: pulseaudio sound support')
+optdepends_i686=('alsa-lib: alsa sound support'
+ 'libpulse: pulseaudio sound support')
options=(!strip)
source=("$pkgname.desktop"
"launch-$pkgname.sh"