2009-03-02 12:50:22 +00:00
|
|
|
mk_add_options MOZ_CO_PROJECT=mail
|
|
|
|
ac_add_options --enable-application=mail
|
2009-03-03 10:29:38 +00:00
|
|
|
mk_add_options AUTOCONF=autoconf-2.13
|
2009-03-02 12:50:22 +00:00
|
|
|
|
|
|
|
#ac_add_options --with-system-png
|
2004-09-09 21:55:48 +00:00
|
|
|
|
2007-04-12 20:32:40 +00:00
|
|
|
ac_add_options --prefix="$PREFIX"
|
|
|
|
ac_add_options --libdir="$LIBDIR"
|
2004-09-09 21:55:48 +00:00
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
ac_add_options --with-system-zlib
|
2012-03-14 08:45:48 +00:00
|
|
|
ac_add_options --with-system-libvpx
|
2004-09-09 21:55:48 +00:00
|
|
|
ac_add_options --with-pthreads
|
2005-09-28 17:41:24 +00:00
|
|
|
ac_add_options --disable-tests
|
2004-09-09 21:55:48 +00:00
|
|
|
ac_add_options --disable-strip
|
2012-04-24 07:57:17 +00:00
|
|
|
# temporary disable system cairo, because compilation fails
|
|
|
|
#ac_add_options --enable-system-cairo
|
2009-07-24 10:33:46 +00:00
|
|
|
ac_add_options --enable-system-hunspell
|
2010-05-27 23:44:47 +00:00
|
|
|
ac_add_options --disable-necko-wifi
|
2010-08-06 11:54:35 +00:00
|
|
|
ac_add_options --disable-updater
|
2011-04-02 04:49:16 +00:00
|
|
|
ac_add_options --enable-startup-notification
|
2011-12-09 10:45:28 +00:00
|
|
|
ac_add_options --enable-gio
|
2015-08-20 09:46:48 +00:00
|
|
|
ac_add_options --enable-pie
|
2017-01-20 11:42:26 +00:00
|
|
|
ac_add_options --with-system-icu
|
2015-07-09 12:42:25 +00:00
|
|
|
|
|
|
|
# lightning related
|
2015-06-18 13:00:55 +00:00
|
|
|
ac_add_options --enable-calendar
|
2016-05-18 18:19:55 +00:00
|
|
|
ac_add_options --with-l10n-base=../../l10n-merged
|
2004-09-09 21:55:48 +00:00
|
|
|
|
2005-09-28 17:41:24 +00:00
|
|
|
export BUILD_OFFICIAL=1
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
|
|
mk_add_options MOZILLA_OFFICIAL=1
|
2004-09-09 21:55:48 +00:00
|
|
|
|