2015-09-24 22:24:10 +08:00
|
|
|
\. $topsrcdir/browser/config/mozconfig
|
2013-04-28 07:01:01 +08:00
|
|
|
|
2013-11-18 02:38:57 +08:00
|
|
|
ac_add_options --prefix=/usr
|
|
|
|
ac_add_options --libdir=/usr/lib
|
2015-12-17 15:38:50 +08:00
|
|
|
ac_add_options --enable-release
|
|
|
|
ac_add_options --enable-gold
|
2015-11-24 12:10:00 +08:00
|
|
|
ac_add_options --enable-pie
|
2013-04-28 22:10:14 +08:00
|
|
|
|
2014-07-31 06:32:42 +08:00
|
|
|
ac_add_options --enable-official-branding
|
2015-12-17 15:38:50 +08:00
|
|
|
ac_add_options --enable-default-toolkit=cairo-gtk3
|
2014-07-31 06:32:42 +08:00
|
|
|
|
2013-04-28 07:01:01 +08:00
|
|
|
# System libraries
|
2014-07-31 06:32:42 +08:00
|
|
|
ac_add_options --with-system-nspr
|
|
|
|
ac_add_options --with-system-nss
|
2013-05-15 20:07:28 +08:00
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --with-system-bz2
|
2014-07-31 06:32:42 +08:00
|
|
|
ac_add_options --with-system-png
|
2013-05-15 20:07:28 +08:00
|
|
|
ac_add_options --with-system-libevent
|
|
|
|
ac_add_options --with-system-libvpx
|
2014-07-31 06:32:42 +08:00
|
|
|
ac_add_options --with-system-icu
|
2013-05-15 20:07:28 +08:00
|
|
|
ac_add_options --enable-system-hunspell
|
2016-03-19 11:21:31 +08:00
|
|
|
ac_add_options --enable-system-sqlite
|
2013-05-15 20:07:28 +08:00
|
|
|
ac_add_options --enable-system-ffi
|
2015-12-17 15:38:50 +08:00
|
|
|
# system cairo without layers acceleration results in choppy video playback
|
2016-03-19 11:21:31 +08:00
|
|
|
ac_add_options --enable-system-cairo
|
2013-05-15 20:07:28 +08:00
|
|
|
ac_add_options --enable-system-pixman
|
2013-04-28 07:01:01 +08:00
|
|
|
ac_add_options --disable-libproxy
|
|
|
|
|
|
|
|
# Features
|
|
|
|
ac_add_options --enable-startup-notification
|
2013-06-27 04:20:00 +08:00
|
|
|
ac_add_options --enable-pulseaudio
|
2015-12-16 11:17:32 +08:00
|
|
|
ac_add_options --enable-ffmpeg
|
2013-04-28 07:01:01 +08:00
|
|
|
|
2015-12-16 11:17:32 +08:00
|
|
|
# Use FFMpeg
|
|
|
|
ac_add_options --disable-gstreamer
|
2013-04-28 07:01:01 +08:00
|
|
|
ac_add_options --disable-gconf
|
|
|
|
ac_add_options --disable-gnomevfs
|
|
|
|
ac_add_options --disable-crashreporter
|
|
|
|
ac_add_options --disable-updater
|
|
|
|
ac_add_options --disable-installer
|
2013-12-21 17:22:28 +08:00
|
|
|
ac_add_options --disable-debug-symbols
|
2013-04-28 07:01:01 +08:00
|
|
|
|
2013-12-21 17:22:28 +08:00
|
|
|
# PGO
|
|
|
|
mk_add_options PROFILE_GEN_SCRIPT='EXTRA_TEST_ARGS=10 $(MAKE) -C $(MOZ_OBJDIR) pgo-profile-run'
|
|
|
|
|
2013-04-28 07:01:01 +08:00
|
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff
|
|
|
|
|
|
|
|
export BUILD_OFFICIAL=1
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
|
|
mk_add_options MOZILLA_OFFICIAL=1
|