summaryrefslogtreecommitdiff
path: root/libre/iceweasel/mozconfig
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-28 18:54:53 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-28 18:58:27 -0300
commitf1277a1ed44742ea77a300369d09ae47890907c5 (patch)
tree097cf781b2c52f90025dd97d7703d5907bc33bcf /libre/iceweasel/mozconfig
parentc2ac36ed67b48df303dcea4d64bfc1b52a6ce157 (diff)
downloadabslibre-f1277a1ed44742ea77a300369d09ae47890907c5.tar.gz
abslibre-f1277a1ed44742ea77a300369d09ae47890907c5.tar.bz2
abslibre-f1277a1ed44742ea77a300369d09ae47890907c5.zip
iceweasel-1:46.0.deb1-1: updating version
Diffstat (limited to 'libre/iceweasel/mozconfig')
-rw-r--r--libre/iceweasel/mozconfig18
1 files changed, 6 insertions, 12 deletions
diff --git a/libre/iceweasel/mozconfig b/libre/iceweasel/mozconfig
index 84010cda2..433740e9b 100644
--- a/libre/iceweasel/mozconfig
+++ b/libre/iceweasel/mozconfig
@@ -1,13 +1,10 @@
. $topsrcdir/browser/config/mozconfig
ac_add_options --prefix=/usr
-ac_add_options --libdir=/usr/lib
ac_add_options --enable-release
ac_add_options --enable-gold
ac_add_options --enable-pie
-ac_add_options --enable-default-toolkit=cairo-gtk3
-
# Iceweasel
ac_add_options --disable-official-branding
ac_add_options --with-branding=debian/branding
@@ -15,29 +12,24 @@ ac_add_options --with-branding=debian/branding
# System libraries
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
+ac_add_options --with-system-icu
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
-ac_add_options --with-system-png
ac_add_options --with-system-libevent
ac_add_options --with-system-libvpx
-ac_add_options --with-system-icu
ac_add_options --enable-system-hunspell
ac_add_options --enable-system-sqlite
ac_add_options --enable-system-ffi
-# system cairo without layers acceleration results in choppy video playback
-#ac_add_options --enable-system-cairo
ac_add_options --enable-system-pixman
# Features
ac_add_options --enable-startup-notification
-ac_add_options --enable-pulseaudio
ac_add_options --disable-gstreamer
-
-ac_add_options --disable-crashreporter
ac_add_options --disable-updater
-ac_add_options --disable-installer
-ac_add_options --disable-debug-symbols
+ac_add_options --disable-crashreporter
+
+STRIP_FLAGS="--strip-debug"
# Parabola features
ac_add_options --disable-safe-browsing
@@ -46,3 +38,5 @@ ac_add_options --disable-eme
# Other
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-objdir
+
+# vim:set ft=sh: