diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-09-03 15:04:08 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-09-03 15:04:08 +0000 |
commit | 77fe2053f54d554884e65c6e4336f014f7f80fe0 (patch) | |
tree | 81a2dc40d2ef4faf0c2a3a7aef62eba41bad1cff /packages/mozilla/fennec/mozconfig | |
parent | ae80bc3aada834677e6e0a1f6713ebe850e7bee1 (diff) | |
parent | 9d854b894b8741e62ffa9504a6490abbff1b38b7 (diff) |
merge of '23d1f770a092f023ba951e138b787c9bacc3152d'
and 'fe28a990b29bbfd099e38e4fe044896bd0a0d68e'
Diffstat (limited to 'packages/mozilla/fennec/mozconfig')
-rw-r--r-- | packages/mozilla/fennec/mozconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/mozilla/fennec/mozconfig b/packages/mozilla/fennec/mozconfig new file mode 100644 index 0000000000..f4b2c5aa95 --- /dev/null +++ b/packages/mozilla/fennec/mozconfig @@ -0,0 +1,25 @@ +# Options for client.mk. +mk_add_options MOZ_BUILD_PROJECTS="xulrunner mobile" +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../mobilebase + +# Global options +#ac_add_options --enable-debug +#ac_add_options --disable-optimize +#ac_add_options --enable-logging +#ac_cv_visibility_pragma=no + +#ac_add_options --enable-timeline + +# XULRunner options +ac_add_app_options xulrunner --enable-application=xulrunner +ac_add_app_options xulrunner --disable-javaxpcom + +# mobile options +ac_add_app_options mobile --enable-application=mobile +ac_add_app_options mobile --with-libxul-sdk=../xulrunner/dist + +# configure will be automatically generated using the 'autoconf-2.13' +# command. If autoconf-2.13 isn't the right name for your system, as +# is the case on OS X using MacPorts, use the real command name as +# demonstrated below. +mk_add_options AUTOCONF=autoconf2.13 |