summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0377b5955cf2..6462484b9ee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = firefox-beta-bin-all-localizations
makedepends = perl-file-slurp
makedepends = perl-lwp-protocol-https
makedepends = perl-switch
+ depends = alsa-lib
depends = gtk3
depends = libxt
depends = dbus-glib
diff --git a/PKGBUILD b/PKGBUILD
index e47056262508..39df27cccfe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=125.0rc1
pkgrel=2
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
-depends=('gtk3' 'libxt' 'dbus-glib' 'nss')
+depends=('alsa-lib' 'gtk3' 'libxt' 'dbus-glib' 'nss')
optdepends=('networkmanager: Location detection via available WiFi networks'
'ffmpeg: additional video and audio decoders' # Not sure this is useful
'hunspell: Spell checking'