25 lines
791 B
Plaintext
25 lines
791 B
Plaintext
|
. $topsrcdir/browser/config/mozconfig
|
||
|
|
||
|
ac_add_options --with-system-zlib
|
||
|
ac_add_options --disable-strip
|
||
|
#ac_add_options --enable-libnotify
|
||
|
ac_add_options --enable-necko-wifi
|
||
|
ac_add_options --disable-updater
|
||
|
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
|
||
|
# Workaround for mozbz#1341234
|
||
|
ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
|
||
|
ac_add_options --allow-addon-sideload
|
||
|
ac_add_options --with-system-fdk-aac
|
||
|
|
||
|
export BUILD_OFFICIAL=1
|
||
|
export MOZILLA_OFFICIAL=1
|
||
|
export MOZ_TELEMETRY_REPORTING=1
|
||
|
mk_add_options BUILD_OFFICIAL=1
|
||
|
mk_add_options MOZILLA_OFFICIAL=1
|
||
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir
|