diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-03 16:27:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-03 16:27:22 -0300 |
commit | 1c222df4c718aa049f55cc10a6bdf3357ac3a919 (patch) | |
tree | d063480e99f467937ae3fa1f82839c1d235b8084 /libre/iceweasel/mozconfig | |
parent | 2945507149df876505c048936cc487d76b1cfcdd (diff) |
iceweasel: remove libre suffix and Social API support -> https://lists.parabolagnulinux.org/pipermail/dev/2014-August/002291.html
Diffstat (limited to 'libre/iceweasel/mozconfig')
-rw-r--r-- | libre/iceweasel/mozconfig | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/libre/iceweasel/mozconfig b/libre/iceweasel/mozconfig new file mode 100644 index 000000000..37ad56fda --- /dev/null +++ b/libre/iceweasel/mozconfig @@ -0,0 +1,40 @@ +. $topsrcdir/browser/config/mozconfig + +ac_add_options --prefix=/usr +ac_add_options --libdir=/usr/lib + +# Iceweasel +ac_add_options --disable-official-branding +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-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 +#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 --enable-gstreamer=1.0 + +ac_add_options --disable-crashreporter +ac_add_options --disable-updater +ac_add_options --disable-installer +ac_add_options --disable-debug-symbols + +# Parabola features +ac_add_options --disable-safe-browsing + +# Other +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-objdir |