summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-26 23:28:02 +0200
committerIsmael Luceno2019-08-26 23:28:02 +0200
commit9c423c81e100748eafee6fc67060293c9b6d97f4 (patch)
tree3c40d275189feb112e3f82322c81931c745d4c07 /http
parentf8b1ac55b28705c51e369abcabe06e7a872fd133 (diff)
firefox: Add missing dependency on libnotify
Diffstat (limited to 'http')
-rwxr-xr-xhttp/firefox/DEPENDS1
-rw-r--r--http/firefox/HISTORY1
2 files changed, 2 insertions, 0 deletions
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 70a2e86b5f..d65556e3b3 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -50,6 +50,7 @@ depends bzip2 "--with-system-bz2" &&
depends libevent "--with-system-libevent" &&
depends libvpx "--with-system-libvpx" &&
depends libffi "--enable-system-ffi" &&
+depends libnotify &&
depends pixman "--enable-system-pixman" &&
depends rust &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 881683c991..ea02f408bd 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,6 +1,7 @@
2019-08-26 Ismael Luceno <ismael@sourcemage.org>
* BUILD: Simpilfied cleanup of CFLAGS/CXXFLAGS
* DEPENDS: Added missing libvpx and libpng configure flags
+ Added missing dependency on libnotify
* PRE_BUILD: Improved build times when stripping
Explicitly disable profiling if not doing PGO