summaryrefslogtreecommitdiff
path: root/librewolf/debian/control.in
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-06-01 00:28:10 +0000
committerB. Stack <bgstack15@gmail.com>2022-06-01 00:28:10 +0000
commit831ddd811e131d937fe43aac7bd2e2e639fd04c8 (patch)
tree9eab6f7bc29acb210cbf1eb4c9ea261e496f8ed3 /librewolf/debian/control.in
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentfix dsc to use libpulse-dev (diff)
downloadstackrpms-831ddd811e131d937fe43aac7bd2e2e639fd04c8.tar.gz
stackrpms-831ddd811e131d937fe43aac7bd2e2e639fd04c8.tar.bz2
stackrpms-831ddd811e131d937fe43aac7bd2e2e639fd04c8.zip
Merge branch 'librewolf-bump' into 'master'
Librewolf bump See merge request bgstack15/stackrpms!297
Diffstat (limited to 'librewolf/debian/control.in')
-rw-r--r--librewolf/debian/control.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/librewolf/debian/control.in b/librewolf/debian/control.in
index 7c45bab..0a7ed78 100644
--- a/librewolf/debian/control.in
+++ b/librewolf/debian/control.in
@@ -24,7 +24,7 @@ Build-Depends: autotools-dev,
libnspr4-dev (>= 2:@NSPR_VERSION@~),
%endif
%if USE_SYSTEM_NSS
-%define NSS_VERSION 3.75
+%define NSS_VERSION 3.76
libnss3-dev (>= 2:@NSS_VERSION@~),
%endif
%if USE_SYSTEM_VPX
@@ -37,6 +37,7 @@ Build-Depends: autotools-dev,
%if USE_SYSTEM_LIBEVENT
libevent-dev,
%endif
+ libpulse-dev,
libasound2-dev,
yasm,
%if DIST == stretch
@@ -106,6 +107,7 @@ Suggests: fonts-stix | otf-stix,
fonts-lmodern,
libgssapi-krb5-2 | libkrb53,
libcanberra0,
+ pulseaudio
%if TRANSITION
Conflicts: iceweasel (<< 45)
%endif
bgstack15