0b79269891
Don't bother passing a chrome file format in our mozconfig, omnijar is the default, but it didn't work before. Adjust the %files list accordingly. Move various bits to happen before running make install so they get automatically added to omni.jar. Make sure to add our prefs file to the manifest file so it gets pulled in, too. See http://blog.mozilla.com/mwu/2010/08/13/omnijar-how-does-it-work/
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
. $topsrcdir/browser/config/mozconfig
|
|
|
|
ac_add_options --prefix="$PREFIX"
|
|
ac_add_options --libdir="$LIBDIR"
|
|
ac_add_options --with-system-nspr
|
|
ac_add_options --with-system-nss
|
|
ac_add_options --with-system-jpeg
|
|
ac_add_options --with-system-zlib
|
|
#ac_add_options --with-system-png
|
|
ac_add_options --with-pthreads
|
|
ac_add_options --disable-tests
|
|
ac_add_options --disable-debug
|
|
ac_add_options --enable-optimize
|
|
ac_add_options --disable-installer
|
|
ac_add_options --enable-xinerama
|
|
ac_add_options --enable-default-toolkit=cairo-gtk2
|
|
ac_add_options --disable-xprint
|
|
ac_add_options --disable-strip
|
|
ac_add_options --enable-system-cairo
|
|
ac_add_options --enable-pango
|
|
ac_add_options --enable-svg
|
|
ac_add_options --enable-canvas
|
|
ac_add_options --enable-startup-notification
|
|
ac_add_options --enable-libxul
|
|
ac_add_options --disable-crashreporter
|
|
ac_add_options --enable-safe-browsing
|
|
ac_add_options --enable-libnotify
|
|
ac_add_options --disable-necko-wifi
|
|
ac_add_options --disable-cpp-exceptions
|
|
ac_add_options --disable-updater
|
|
ac_add_options --enable-url-classifier
|
|
|
|
export BUILD_OFFICIAL=1
|
|
export MOZILLA_OFFICIAL=1
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
mk_add_options MOZILLA_OFFICIAL=1
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@
|