Blame SOURCES/xulrunner-mozconfig

b85e7c
. $topsrcdir/xulrunner/config/mozconfig
b85e7c
b85e7c
# --with-system-png is disabled because Mozilla requires APNG support in libpng
b85e7c
#ac_add_options --with-system-png
b85e7c
b85e7c
ac_add_options --prefix="$PREFIX"
b85e7c
ac_add_options --libdir="$LIBDIR"
b85e7c
ac_add_options --with-system-jpeg
b85e7c
ac_add_options --with-system-zlib
b85e7c
ac_add_options --with-system-bz2
b85e7c
ac_add_options --disable-system-cairo
b85e7c
ac_add_options --with-pthreads
b85e7c
ac_add_options --disable-strip
b85e7c
ac_add_options --disable-tests
b85e7c
ac_add_options --disable-mochitest
b85e7c
ac_add_options --disable-installer
b85e7c
ac_add_options --disable-debug
b85e7c
ac_add_options --enable-optimize
b85e7c
ac_add_options --enable-default-toolkit=cairo-gtk2
b85e7c
ac_add_options --enable-pango
b85e7c
ac_add_options --enable-svg
b85e7c
ac_add_options --enable-canvas
b85e7c
ac_add_options --disable-javaxpcom
b85e7c
ac_add_options --disable-crashreporter
b85e7c
ac_add_options --enable-safe-browsing
b85e7c
ac_add_options --enable-extensions=default
b85e7c
ac_add_options --disable-necko-wifi
b85e7c
ac_add_options --disable-libjpeg-turbo
b85e7c
ac_add_options --disable-cpp-exceptions
b85e7c
ac_add_options --disable-updater
b85e7c
ac_add_options --disable-gnomevfs
b85e7c
ac_add_options --enable-gio
b85e7c
ac_add_options --disable-gstreamer
b85e7c
b85e7c
export BUILD_OFFICIAL=1
b85e7c
export MOZILLA_OFFICIAL=1
b85e7c
mk_add_options BUILD_OFFICIAL=1
b85e7c
mk_add_options MOZILLA_OFFICIAL=1
b85e7c
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir
b85e7c
b85e7c
export CFLAGS="$CFLAGS -gdwarf-2"
b85e7c
export CXXFLAGS="$CXXFLAGS -gdwarf-2"
b85e7c