diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-10-26 22:22:39 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-10-26 22:23:00 +0000 |
commit | c5ace1af6afff0431582da30bd3481b65520b2e1 (patch) | |
tree | 8185b4929fcffee0f59ebe2240cea60d7e1844fb /experimental/thunderbird/mozconfig | |
parent | e4650554521c89f1f774bdd143b1359141091e15 (diff) | |
download | packages-c5ace1af6afff0431582da30bd3481b65520b2e1.tar.gz packages-c5ace1af6afff0431582da30bd3481b65520b2e1.tar.bz2 packages-c5ace1af6afff0431582da30bd3481b65520b2e1.tar.xz packages-c5ace1af6afff0431582da30bd3481b65520b2e1.zip |
experimental/thunderbird: update mozconfig, add another bug fix
Diffstat (limited to 'experimental/thunderbird/mozconfig')
-rw-r--r-- | experimental/thunderbird/mozconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/experimental/thunderbird/mozconfig b/experimental/thunderbird/mozconfig index 491d27e47..637171bca 100644 --- a/experimental/thunderbird/mozconfig +++ b/experimental/thunderbird/mozconfig @@ -6,11 +6,11 @@ ac_add_options --disable-jemalloc ac_add_options --disable-profiling ac_add_options --disable-strip ac_add_options --disable-tests +ac_add_options --disable-updater ac_add_options --enable-application=comm/mail ac_add_options --enable-alsa ac_add_options --enable-calendar ac_add_options --enable-dbus -ac_add_options --enable-debug ac_add_options --enable-default-toolkit=cairo-gtk3 ac_add_options --enable-official-branding ac_add_options --enable-pie @@ -18,7 +18,6 @@ ac_add_options --enable-pulseaudio ac_add_options --enable-startup-notification ac_add_options --enable-system-ffi ac_add_options --enable-system-hunspell -ac_add_options --enable-updater ac_add_options --with-pthreads ac_add_options --with-system-bz2 ac_add_options --with-system-icu |