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-02 12:50:22 +00:00
|
|
|
|
2004-09-09 21:55:48 +00:00
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --disable-strip
|
2021-08-23 11:33:18 +00:00
|
|
|
#ac_add_options --enable-libnotify
|
|
|
|
ac_add_options --enable-necko-wifi
|
2010-08-06 11:54:35 +00:00
|
|
|
ac_add_options --disable-updater
|
2021-08-23 11:33:18 +00:00
|
|
|
ac_add_options --enable-chrome-format=omni
|
|
|
|
ac_add_options --enable-pulseaudio
|
|
|
|
ac_add_options --enable-av1
|
|
|
|
ac_add_options --without-system-icu
|
|
|
|
ac_add_options --enable-release
|
|
|
|
ac_add_options --update-channel=release
|
|
|
|
ac_add_options --allow-addon-sideload
|
|
|
|
ac_add_options --enable-js-shell
|
|
|
|
ac_add_options --with-unsigned-addon-scopes=app,system
|
2022-08-03 13:49:33 +00:00
|
|
|
ac_add_options --without-wasm-sandboxed-libraries
|
2022-08-03 14:57:43 +00:00
|
|
|
ac_add_options --disable-bootstrap
|
2022-08-03 15:33:52 +00:00
|
|
|
ac_add_options --without-sysroot
|
2021-08-23 11:33:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#mk_add_options AUTOCONF=autoconf-2.13
|
|
|
|
|
|
|
|
#ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
|
2015-07-09 12:42:25 +00:00
|
|
|
|
2021-08-23 11:33:18 +00:00
|
|
|
#ac_add_options --prefix="$PREFIX"
|
|
|
|
#ac_add_options --libdir="$LIBDIR"
|
|
|
|
#ac_add_options --with-system-jpeg
|
|
|
|
#ac_add_options --with-system-zlib
|
|
|
|
#ac_add_options --with-system-libvpx
|
|
|
|
#ac_add_options --disable-tests
|
|
|
|
#ac_add_options --disable-strip
|
|
|
|
## temporary disable system cairo, because compilation fails
|
|
|
|
#ac_add_options --disable-necko-wifi
|
|
|
|
#ac_add_options --disable-updater
|
|
|
|
#ac_add_options --with-system-icu
|
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
|