diff options
author | Martin Stransky <stransky@redhat.com> | 2022-02-09 15:31:15 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2022-02-09 15:31:15 +0100 |
commit | aa082530eb26093c301372e34f2aeee265d5c550 (patch) | |
tree | d1ba0342d29a71c4d64f319ec80a145ae39f8836 | |
parent | -m (diff) | |
download | librewolf-fedora-ff-aa082530eb26093c301372e34f2aeee265d5c550.tar.gz librewolf-fedora-ff-aa082530eb26093c301372e34f2aeee265d5c550.tar.bz2 librewolf-fedora-ff-aa082530eb26093c301372e34f2aeee265d5c550.zip |
Added alsa build req
-rw-r--r-- | firefox.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 7dadbf1..18ae213 100644 --- a/firefox.spec +++ b/firefox.spec @@ -270,6 +270,7 @@ BuildRequires: pkgconfig(libstartup-notification-1.0) BuildRequires: pkgconfig(libnotify) >= %{libnotify_version} BuildRequires: pkgconfig(dri) BuildRequires: pkgconfig(libcurl) +BuildRequires: pkgconfig(alsa) BuildRequires: dbus-glib-devel %if %{?system_libvpx} BuildRequires: libvpx-devel >= %{libvpx_version} |