2006-02-23 17:10:28 +00:00
|
|
|
# use an OBJDIR
|
|
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared
|
|
|
|
|
|
|
|
# parallel build
|
|
|
|
mk_add_options MOZ_MAKE_FLAGS=-j2
|
|
|
|
|
|
|
|
# grab the defaults from the firefox tarball
|
|
|
|
. $topsrcdir/browser/config/mozconfig
|
|
|
|
|
|
|
|
# crux options
|
|
|
|
ac_add_options --enable-application=browser
|
|
|
|
ac_add_options --enable-official-branding
|
|
|
|
ac_add_options --enable-optimize="#CFLAGS#"
|
|
|
|
ac_add_options --disable-debug
|
|
|
|
ac_add_options --enable-default-toolkit=gtk2
|
|
|
|
ac_add_options --enable-xft
|
|
|
|
ac_add_options --enable-shared
|
|
|
|
ac_add_options --disable-static
|
|
|
|
ac_add_options --enable-extensions=default,-gnomevfs
|
|
|
|
ac_add_options --disable-gnomevfs
|
|
|
|
ac_add_options --disable-gnomeui
|
|
|
|
ac_add_options --disable-tests
|
|
|
|
ac_add_options --enable-crypto
|
2006-04-03 14:35:19 +00:00
|
|
|
ac_add_options --enable-svg
|
2006-10-25 12:03:28 -05:00
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
ac_add_options --with-system-png
|
|
|
|
ac_add_options --with-system-zlib
|
2007-09-19 10:20:24 -05:00
|
|
|
ac_add_options --enable-system-cairo
|