aboutsummaryrefslogtreecommitdiffstats
path: root/testing/thunderbird/mozconfig
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-12-01 13:35:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-12-01 13:35:06 +0000
commitf965f2b7a629ee40146703dfee005c5b22d5abca (patch)
treedb34ca7c42e4870477a6a5529a575752c9c2b7df /testing/thunderbird/mozconfig
parentf6568ddf3abe0dd3e7bb1ef5000bc478d4accbd7 (diff)
testing/thunderbird: new aport
Mozilla Thunderbird mail/newsgroup client http://www.mozilla.org/projects/thunderbird/
Diffstat (limited to 'testing/thunderbird/mozconfig')
-rw-r--r--testing/thunderbird/mozconfig40
1 files changed, 40 insertions, 0 deletions
diff --git a/testing/thunderbird/mozconfig b/testing/thunderbird/mozconfig
new file mode 100644
index 00000000000..85ed8a64841
--- /dev/null
+++ b/testing/thunderbird/mozconfig
@@ -0,0 +1,40 @@
+mk_add_options MOZ_CO_PROJECT=mail
+ac_add_options --enable-application=mail
+
+ac_add_options --prefix=/usr
+ac_add_options --libdir=/usr/lib
+
+# System libraries
+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-bz2
+ac_add_options --with-system-png
+ac_add_options --with-system-libevent
+ac_add_options --with-system-libvpx
+ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-sqlite
+ac_add_options --enable-system-ffi
+ac_add_options --enable-system-cairo
+ac_add_options --enable-system-pixman
+ac_add_options --with-pthreads
+
+# Features
+ac_add_options --enable-official-branding
+ac_add_options --enable-safe-browsing
+ac_add_options --enable-startup-notification
+ac_add_options --enable-gio
+
+ac_add_options --disable-gnomevfs
+ac_add_options --disable-crashreporter
+ac_add_options --disable-updater
+ac_add_options --disable-tests
+ac_add_options --disable-mochitest
+ac_add_options --disable-installer
+
+# Optimization
+ac_add_options --enable-optimize
+
+export MOZILLA_OFFICIAL=1
+mk_add_options MOZILLA_OFFICIAL=1