2020-11-21 17:22:07 +00:00
|
|
|
ac_add_options --enable-application=comm/mail
|
|
|
|
|
|
|
|
ac_add_options --prefix=/usr
|
|
|
|
ac_add_options --enable-release
|
2022-08-29 19:01:18 +00:00
|
|
|
ac_add_options --enable-linker=lld
|
2020-12-15 01:40:20 +00:00
|
|
|
#ac_add_options --enable-hardening
|
|
|
|
#ac_add_options --enable-optimize
|
|
|
|
#ac_add_options --enable-rust-simd
|
2020-11-21 17:22:07 +00:00
|
|
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
|
2022-08-29 19:01:18 +00:00
|
|
|
ac_add_options --without-wasm-sandboxed-libraries
|
2020-11-21 17:22:07 +00:00
|
|
|
|
|
|
|
# Branding
|
|
|
|
ac_add_options --enable-official-branding
|
|
|
|
ac_add_options --enable-update-channel=release
|
|
|
|
ac_add_options --with-distribution-id=org.archlinux
|
|
|
|
|
|
|
|
# Keys
|
|
|
|
ac_add_options --with-google-location-service-api-keyfile=@PWD@/google-api-key
|
|
|
|
ac_add_options --with-google-safebrowsing-api-keyfile=@PWD@/google-api-key
|
|
|
|
ac_add_options --with-mozilla-api-keyfile=@PWD@/mozilla-api-key
|
|
|
|
|
2020-12-15 01:40:20 +00:00
|
|
|
# ALARM
|
|
|
|
ac_add_options --disable-webrtc
|
|
|
|
|
2020-11-21 17:22:07 +00:00
|
|
|
# System libraries
|
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --with-system-bz2
|
|
|
|
ac_add_options --with-system-icu
|
|
|
|
ac_add_options --with-system-jpeg
|
2022-11-16 13:53:11 +00:00
|
|
|
ac_add_options --with-system-jsonc
|
2020-11-21 17:22:07 +00:00
|
|
|
# does not have APNG support
|
|
|
|
# ac_add_options --with-system-png
|
|
|
|
ac_add_options --with-system-libvpx
|
|
|
|
ac_add_options --with-system-nspr
|
|
|
|
ac_add_options --with-system-nss
|
|
|
|
ac_add_options --with-system-botan
|
|
|
|
ac_add_options --with-system-webp
|
|
|
|
ac_add_options --with-system-libevent
|
|
|
|
ac_add_options --with-system-ffi
|
|
|
|
ac_add_options --with-system-pixman
|
|
|
|
|
|
|
|
# Features
|
|
|
|
ac_add_options --enable-alsa
|
|
|
|
ac_add_options --disable-jack
|
|
|
|
ac_add_options --disable-crashreporter
|
|
|
|
ac_add_options --disable-updater
|
2020-12-14 23:26:46 +00:00
|
|
|
|
|
|
|
# System addons
|
|
|
|
ac_add_options --with-unsigned-addon-scopes=app,system
|
|
|
|
ac_add_options --allow-addon-sideload
|