wok view thunderbird/stuff/thunderbird.mozconfig.conf @ rev 9349

Add docbook-xml-42.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Mar 19 21:01:05 2011 +0000 (2011-03-19)
parents 7bd9b8911046
children 74f603c507d4
line source
1 # from Linux from scratch
3 # This file contains the options used in the Thunderbird build. You may
4 # need to specify additional options for your specific build needs.
5 # Use the information provided by running './configure --help' to
6 # help you determine if you need to add any additional options.
7 # Some additional options can be added by uncommenting the examples
8 # in this file or adding options by inserting a line containing
9 # 'ac_add_options --some-option-you-need'. Be aware that some accepted
10 # options, such as '--with-system-bz2', do not affect the build.
12 # slitaz
13 ac_add_options --with-distribution-id=slitaz
15 # specify that we want to build thunderbird
16 ac_add_options --enable-application=mail
18 # sepcify that we want to build the Lightning calendar extension as per the
19 # Mozilla distributed Thunderbird.
20 # ac_add_options --enable-calendar
22 # Create an object directory and specify to build the package in that
23 # directory. If desired, modify the location of the object directory
24 # to a directory inside the source tree by removing '../' from the
25 # line below.
26 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../thunderbird-build
28 # Specify the installation prefix. If you would prefer Xulrunner
29 # installed in a different prefix, modify the line below to fit
30 # your needs (the config will always be written to /etc/gre.d)
31 ac_add_options --prefix=/usr
33 # apply a minimal level of optimization (-O)
34 ac_add_options --enable-optimize
36 # These options are used so that the Xulrunner binaries are linked to
37 # the system-installed copies of the specified libraries instead of
38 # the source tree code which may not be the most recent versions.
39 # With the exception of libsqlite3, the libraries are statically linked.
41 # (Options to use system installed libraries)
42 # Using the shipped version of libsqlite3 has been reported to cause
43 # problems with other applications which were using sqlite3.
44 # Only comment this line if you know exactly what you are doing!
45 # ac_add_options --enable-system-sqlite
47 # Comment this only if you want to use whatever patched version of cairo
48 # is in the shipped mozilla tree, together with the system headers.
49 ac_add_options --enable-system-cairo
51 # Comment this if you have not installed lcms.
52 # ac_add_options --enable-system-lcms
54 # Comment this if you did not build libjpeg before GTK+-2.
55 ac_add_options --with-system-jpeg
57 # These two options enable support for building Thunderbird with
58 # system-installed versions of the Network Security Services (NSS)
59 # and Netscape Portable Runtime (NSPR) libraries. Comment them if
60 # you wish to use the included copies (not recommended).
61 # ac_add_options --with-system-nspr
62 ac_add_options --with-system-nss
64 # Comment this if you have not built png with the apng patch.
65 # ac_add_options --with-system-png
67 # The pthreads option is only used when building nspr
68 # Uncomment this if you build the included nspr.
69 #ac_add_options --with-pthreads
71 # zlib is included in LFS. Do not comment this line.
72 ac_add_options --with-system-zlib
74 # (Options to disable parts of the package)
75 # This option is used to disable the a11y support in the Xulrunner
76 # binaries. Comment out this option if you require a11y support.
77 ac_add_options --disable-accessibility
79 # Uncomment this if you did not build curl.
80 #ac_add_options --disable-crashreporter
82 # Comment this if you have built dbus-glib.
83 # ac_add_options --disable-dbus
85 # Comment this if you have gnome-vfs and libgnomeui, and wish to
86 # integrate thunderbird into your gnome desktop
87 ac_add_options --disable-gnomevfs
89 # This option is added so that the Mozilla Installer program is not
90 # built or installed. The program is not required for a BLFS
91 # installation of Xulrunner.
92 ac_add_options --disable-installer
94 # Enable the build of static internal libs (this is currently required, until
95 # Thunderbird 3.1, DO NOT COMMENT, see note below about XulRunner).
96 ac_add_options --enable-static
98 # This option is added so that test libraries and programs are not
99 # built. These would only be required for debugging purposes.
100 ac_add_options --disable-tests
102 # Disable the updater, which is not appropriate if you build from source
103 ac_add_options --disable-updater
105 # (options to add extra parts of the package)
106 # This option causes the installed binaries to have the official
107 # Thunderbird name embedded in them. Due to license restrictions, you
108 # may not distribute binaries created using this option. It also
109 # means you get a popup EULA when you first run thunderbird.
110 ac_add_options --disable-official-branding
112 # This option is used to enable source tree included LDAP support in
113 # the Firefox binaries. This used to be required for mozab support in
114 # OpenOffice, however, is now deprecated.
115 ac_add_options --enable-ldap
117 # This option is used so that the debugging symbols are removed from
118 # the installed binaries during the installation process. Comment out
119 # this option if you may have a need to retain the debugging symbols
120 # in the installed binaries (the resulting binaries will be about 7MB
121 # bigger).
122 ac_add_options --enable-strip
124 # Uncomment this option if you desire support for dual-monitor
125 # display using the X-Window Xinerama libraries.
126 #ac_add_options --enable-xinerama
128 # Enable strong cryptography (This is explicitly required if you plan to use
129 # the enigmail extension for Thunderbird).
130 ac_add_options --enable-crypto
132 # Point to the xulrunner libraries - comment these for a standalone client
133 # DO NOT UNCOMMENT THESE - System XULRunner is broken until Thunderbird
134 # development catches up with XULRunner-1.9.2 (TB-3.1, est. April 6, 2010).
135 #ac_add_options --with-system-libxul
136 #ac_add_options --with-default-mozilla-five-home=/usr/lib/xulrunner-devel-1.9.2.8
138 # curl is required for the crash reporter.
139 # Use --disable-crashreporter to disable the crash reporter.
140 ac_add_options --disable-crashreporter