2009-03-02 12:50:22 +00:00
|
|
|
mk_add_options MOZ_CO_PROJECT=mail
|
2018-08-22 12:26:18 +00:00
|
|
|
ac_add_options --enable-application=comm/mail
|
2009-03-03 10:29:38 +00:00
|
|
|
mk_add_options AUTOCONF=autoconf-2.13
|
2009-03-02 12:50:22 +00:00
|
|
|
|
2018-11-20 12:38:58 +00:00
|
|
|
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
|
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
|
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
|
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
|
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
|
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
|
2018-08-22 12:26:18 +00:00
|
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir
|