wok annotate thunderbird/stuff/thunderbird.mozconfig.conf @ rev 12124

clutter-gtk: fix bdeps
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 13 01:25:08 2012 +0100 (2012-03-13)
parents 65b49d06c6b1
children 0fcb283af425
rev   line source
domcox@6080 1 # from Linux from scratch
domcox@6080 2
domcox@6080 3 # This file contains the options used in the Thunderbird build. You may
domcox@6080 4 # need to specify additional options for your specific build needs.
domcox@6080 5 # Use the information provided by running './configure --help' to
domcox@6080 6 # help you determine if you need to add any additional options.
domcox@6080 7 # Some additional options can be added by uncommenting the examples
domcox@6080 8 # in this file or adding options by inserting a line containing
domcox@6080 9 # 'ac_add_options --some-option-you-need'. Be aware that some accepted
domcox@6080 10 # options, such as '--with-system-bz2', do not affect the build.
domcox@6080 11
domcox@6080 12 # slitaz
domcox@6080 13 ac_add_options --with-distribution-id=slitaz
domcox@6080 14
domcox@6080 15 # specify that we want to build thunderbird
domcox@6080 16 ac_add_options --enable-application=mail
domcox@6080 17
domcox@6080 18 # sepcify that we want to build the Lightning calendar extension as per the
domcox@6080 19 # Mozilla distributed Thunderbird.
domcox@6080 20 # ac_add_options --enable-calendar
domcox@6080 21
domcox@6080 22 # Create an object directory and specify to build the package in that
domcox@6080 23 # directory. If desired, modify the location of the object directory
domcox@6080 24 # to a directory inside the source tree by removing '../' from the
domcox@6080 25 # line below.
domcox@6080 26 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../thunderbird-build
domcox@6080 27
domcox@6080 28 # Specify the installation prefix. If you would prefer Xulrunner
domcox@6080 29 # installed in a different prefix, modify the line below to fit
domcox@6080 30 # your needs (the config will always be written to /etc/gre.d)
domcox@6080 31 ac_add_options --prefix=/usr
domcox@6080 32
domcox@6080 33 # apply a minimal level of optimization (-O)
domcox@6080 34 ac_add_options --enable-optimize
domcox@6080 35
domcox@6080 36 # These options are used so that the Xulrunner binaries are linked to
domcox@6080 37 # the system-installed copies of the specified libraries instead of
domcox@6080 38 # the source tree code which may not be the most recent versions.
domcox@6080 39 # With the exception of libsqlite3, the libraries are statically linked.
domcox@6080 40
domcox@6080 41 # (Options to use system installed libraries)
domcox@6080 42 # Using the shipped version of libsqlite3 has been reported to cause
domcox@6080 43 # problems with other applications which were using sqlite3.
domcox@6080 44 # Only comment this line if you know exactly what you are doing!
domcox@11863 45 ac_add_options --enable-system-sqlite
domcox@6080 46
domcox@6080 47 # Comment this only if you want to use whatever patched version of cairo
domcox@6080 48 # is in the shipped mozilla tree, together with the system headers.
domcox@6080 49 ac_add_options --enable-system-cairo
domcox@6080 50
domcox@6080 51 # Comment this if you have not installed lcms.
domcox@6080 52 # ac_add_options --enable-system-lcms
domcox@6080 53
domcox@6080 54 # Comment this if you did not build libjpeg before GTK+-2.
domcox@6080 55 ac_add_options --with-system-jpeg
domcox@6080 56
domcox@6080 57 # These two options enable support for building Thunderbird with
domcox@6080 58 # system-installed versions of the Network Security Services (NSS)
domcox@6080 59 # and Netscape Portable Runtime (NSPR) libraries. Comment them if
domcox@6080 60 # you wish to use the included copies (not recommended).
domcox@11863 61 #ac_add_options --with-system-nspr
domcox@6080 62 ac_add_options --with-system-nss
domcox@6080 63
domcox@6080 64 # Comment this if you have not built png with the apng patch.
domcox@11863 65 # ac_add_options --with-system-png
domcox@6080 66
domcox@6080 67 # The pthreads option is only used when building nspr
domcox@6080 68 # Uncomment this if you build the included nspr.
domcox@6080 69 #ac_add_options --with-pthreads
domcox@6080 70
domcox@6080 71 # zlib is included in LFS. Do not comment this line.
domcox@6080 72 ac_add_options --with-system-zlib
domcox@11863 73 ac_add_options --with-system-bz2
domcox@6080 74
domcox@6080 75 # (Options to disable parts of the package)
domcox@6080 76 # This option is used to disable the a11y support in the Xulrunner
domcox@6080 77 # binaries. Comment out this option if you require a11y support.
domcox@6080 78 ac_add_options --disable-accessibility
domcox@6080 79
domcox@6080 80 # Uncomment this if you did not build curl.
domcox@11863 81 ac_add_options --disable-crashreporter
domcox@6080 82
domcox@6080 83 # Comment this if you have built dbus-glib.
domcox@6080 84 # ac_add_options --disable-dbus
domcox@6080 85
domcox@6080 86 # Comment this if you have gnome-vfs and libgnomeui, and wish to
domcox@6080 87 # integrate thunderbird into your gnome desktop
domcox@6080 88 ac_add_options --disable-gnomevfs
domcox@6080 89
domcox@6080 90 # This option is added so that the Mozilla Installer program is not
domcox@6080 91 # built or installed. The program is not required for a BLFS
domcox@6080 92 # installation of Xulrunner.
domcox@6080 93 ac_add_options --disable-installer
domcox@6080 94
domcox@6080 95 # Enable the build of static internal libs (this is currently required, until
domcox@6080 96 # Thunderbird 3.1, DO NOT COMMENT, see note below about XulRunner).
domcox@11863 97 ac_add_options --enable-static
domcox@6080 98
domcox@6080 99 # This option is added so that test libraries and programs are not
domcox@6080 100 # built. These would only be required for debugging purposes.
domcox@6080 101 ac_add_options --disable-tests
domcox@6080 102
domcox@6080 103 # Disable the updater, which is not appropriate if you build from source
domcox@6080 104 ac_add_options --disable-updater
domcox@6080 105
domcox@6080 106 # (options to add extra parts of the package)
domcox@6080 107 # This option causes the installed binaries to have the official
domcox@6080 108 # Thunderbird name embedded in them. Due to license restrictions, you
domcox@6080 109 # may not distribute binaries created using this option. It also
domcox@6080 110 # means you get a popup EULA when you first run thunderbird.
domcox@11986 111 #ac_add_options --disable-official-branding
domcox@6080 112
domcox@6080 113 # This option is used to enable source tree included LDAP support in
domcox@6080 114 # the Firefox binaries. This used to be required for mozab support in
domcox@6080 115 # OpenOffice, however, is now deprecated.
domcox@11863 116 # note: --disable-ldap breaks thunderbird build
domcox@11863 117 #ac_add_options --disable-ldap
domcox@6080 118
domcox@6080 119 # This option is used so that the debugging symbols are removed from
domcox@6080 120 # the installed binaries during the installation process. Comment out
domcox@6080 121 # this option if you may have a need to retain the debugging symbols
domcox@6080 122 # in the installed binaries (the resulting binaries will be about 7MB
domcox@6080 123 # bigger).
domcox@6080 124 ac_add_options --enable-strip
domcox@6080 125
domcox@6080 126 # Uncomment this option if you desire support for dual-monitor
domcox@6080 127 # display using the X-Window Xinerama libraries.
domcox@6080 128 #ac_add_options --enable-xinerama
domcox@6080 129
domcox@6080 130 # Enable strong cryptography (This is explicitly required if you plan to use
domcox@6080 131 # the enigmail extension for Thunderbird).
domcox@6080 132 ac_add_options --enable-crypto
domcox@6080 133
domcox@6080 134 # Point to the xulrunner libraries - comment these for a standalone client
domcox@6080 135 # DO NOT UNCOMMENT THESE - System XULRunner is broken until Thunderbird
domcox@6080 136 # development catches up with XULRunner-1.9.2 (TB-3.1, est. April 6, 2010).
domcox@6080 137 #ac_add_options --with-system-libxul
domcox@6080 138 #ac_add_options --with-default-mozilla-five-home=/usr/lib/xulrunner-devel-1.9.2.8
domcox@6080 139
domcox@6080 140 # curl is required for the crash reporter.
domcox@6080 141 # Use --disable-crashreporter to disable the crash reporter.
domcox@6080 142 ac_add_options --disable-crashreporter
domcox@6080 143
domcox@11863 144 # disable webm video format
domcox@11863 145 ac_add_options --disable-webm
domcox@11863 146
domcox@11863 147 # disable debug
domcox@11863 148 ac_add_options --disable-debug
domcox@11863 149
domcox@11863 150 # disable JavaScript debug library
domcox@11863 151 #ac_add_options --disable-jsd
domcox@11863 152
domcox@11863 153 # disable printing support
domcox@11863 154 ac_add_options --disable-printing
domcox@11863 155
domcox@11863 156 # disable building of ANGLE for WebGL->D3D translation
domcox@11863 157 ac_add_options --disable-angle
domcox@11863 158
domcox@11863 159 # do not build test libraries & programs
domcox@11863 160 ac_add_options --disable-tests
domcox@11863 161
domcox@11863 162 # disable feed handling and processing components
domcox@11863 163 ac_add_options --disable-feeds
domcox@11863 164
domcox@11863 165 # disable mozStorage module and related components
domcox@11863 166 ac_add_options --enable-storage
domcox@11863 167
domcox@11863 168 # disable logging facilities
domcox@11863 169 ac_add_options --disable-logging
domcox@11863 170
domcox@11863 171 # use system libevent
domcox@11863 172 ac_add_options --with-system-libevent
domcox@11863 173
domcox@11863 174 # disable java
domcox@11963 175 ac_add_options --disable-javaxpcom
domcox@11863 176