2015-03-21 02:42:52 +00:00
|
|
|
. $topsrcdir/browser/config/mozconfig
|
|
|
|
|
|
|
|
ac_add_options --prefix=/usr
|
|
|
|
ac_add_options --libdir=/usr/lib
|
2015-07-03 01:23:30 +00:00
|
|
|
ac_add_options --enable-pie
|
2015-03-21 02:42:52 +00:00
|
|
|
|
|
|
|
ac_add_options --enable-official-branding
|
|
|
|
|
2015-08-09 03:09:56 +00:00
|
|
|
ac_add_options --disable-neon
|
|
|
|
|
2015-03-21 02:42:52 +00:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# vim:set ft=sh:
|