| 1 | mk_add_options MOZ_CO_PROJECT=mail |
|---|
| 2 | ac_add_options --enable-application=comm/mail |
|---|
| 3 | mk_add_options AUTOCONF=autoconf-2.13 |
|---|
| 4 | |
|---|
| 5 | ac_add_options --enable-default-toolkit=cairo-gtk3 |
|---|
| 6 | |
|---|
| 7 | ac_add_options --prefix="$PREFIX" |
|---|
| 8 | ac_add_options --libdir="$LIBDIR" |
|---|
| 9 | ac_add_options --with-system-jpeg |
|---|
| 10 | ac_add_options --with-system-zlib |
|---|
| 11 | #ac_add_options --with-system-libvpx |
|---|
| 12 | ac_add_options --with-pthreads |
|---|
| 13 | ac_add_options --disable-tests |
|---|
| 14 | ac_add_options --disable-strip |
|---|
| 15 | ac_add_options --disable-necko-wifi |
|---|
| 16 | ac_add_options --disable-updater |
|---|
| 17 | ac_add_options --enable-startup-notification |
|---|
| 18 | ac_add_options --enable-pie |
|---|
| 19 | ac_add_options --with-system-icu |
|---|
| 20 | ac_add_options --disable-tests |
|---|
| 21 | ac_add_options --disable-debug |
|---|
| 22 | ac_add_options --disable-debug-symbols |
|---|
| 23 | ac_add_options --enable-optimize="-O2" |
|---|
| 24 | ac_add_options --disable-official-branding |
|---|
| 25 | ac_add_options --disable-crashreporter |
|---|
| 26 | |
|---|
| 27 | ac_add_options --with-branding=comm/mail/branding/aurora |
|---|
| 28 | ac_add_options --with-distribution-id=org.vinelinux |
|---|
| 29 | |
|---|
| 30 | # lightning related |
|---|
| 31 | ac_add_options --enable-calendar |
|---|
| 32 | |
|---|
| 33 | export BUILD_OFFICIAL=1 |
|---|
| 34 | export MOZILLA_OFFICIAL=1 |
|---|
| 35 | mk_add_options BUILD_OFFICIAL=1 |
|---|
| 36 | mk_add_options MOZILLA_OFFICIAL=1 |
|---|
| 37 | mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir |
|---|