mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
16 lines
548 B
Plaintext
16 lines
548 B
Plaintext
|
|
# This file specifies the build flags for XULRunner. You can use it by adding:
|
|
# . $topsrcdir/xulrunner/config/mozconfig
|
|
# to the top of your mozconfig file.
|
|
|
|
export MOZ_XULRUNNER=1
|
|
mk_add_options MOZ_XULRUNNER=1
|
|
|
|
ac_add_options --disable-ldap
|
|
ac_add_options --disable-mailnews
|
|
ac_add_options --enable-extensions=xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,gnomevfs,negotiateauth
|
|
ac_add_options --enable-crypto
|
|
ac_add_options --disable-composer
|
|
ac_add_options --enable-single-profile
|
|
ac_add_options --disable-profilesharing
|