summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brulhart2024-04-14 22:27:03 +0200
committerSimon Brulhart2024-04-14 22:27:03 +0200
commit34c0ca00f9fdec537ab5988d0e76fea2157d63ba (patch)
treecdc9651846ee9b5e93e7c6f38a554702f3e06475
parent1b8f6f6744d947874094431a52c28d9ec0a3df9f (diff)
downloadaur-34c0ca00f9fdec537ab5988d0e76fea2157d63ba.tar.gz
Add alsa-lib to dependencies
Firefox needs libasound.so.2 to start.
-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'