29 lines
970 B
Plaintext
29 lines
970 B
Plaintext
|
|
. $topsrcdir/browser/config/mozconfig
|
||
|
|
|
||
|
|
ac_add_options --prefix="$PREFIX"
|
||
|
|
ac_add_options --libdir="$LIBDIR"
|
||
|
|
ac_add_options --with-system-zlib
|
||
|
|
ac_add_options --with-system-bz2
|
||
|
|
ac_add_options --disable-strip
|
||
|
|
ac_add_options --disable-tests
|
||
|
|
#ac_add_options --enable-libnotify
|
||
|
|
ac_add_options --enable-necko-wifi
|
||
|
|
ac_add_options --enable-startup-notification
|
||
|
|
ac_add_options --disable-updater
|
||
|
|
ac_add_options --enable-chrome-format=omni
|
||
|
|
ac_add_options --enable-pulseaudio
|
||
|
|
ac_add_options --with-system-icu
|
||
|
|
ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
|
||
|
|
ac_add_options --with-google-api-keyfile=../google-api-key
|
||
|
|
ac_add_options --enable-release
|
||
|
|
ac_add_options --enable-pie
|
||
|
|
# Workaround for mozbz#1341234
|
||
|
|
ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
|
||
|
|
|
||
|
|
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
|