]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
enable official branding
authorJan Palus <atler@pld-linux.org>
Fri, 21 Apr 2017 21:23:01 +0000 (23:23 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 21 Apr 2017 21:23:01 +0000 (23:23 +0200)
thunderbird.spec

index 392732cfad3d2cba68312a947ee3f68b2b8fae5a..7f5a3c041f14c41bd5317b501ce39b21aa2ea00f 100644 (file)
@@ -7,6 +7,7 @@
 %bcond_without gtk3            # GTK+ 3.x instead of 2.x
 %bcond_without ldap            # disable e-mail address lookups in LDAP directories
 %bcond_without lightning       # disable Sunbird/Lightning calendar
+%bcond_without official        # official Thunderbird branding
 %bcond_with    crashreporter   # report crashes to crash-stats.mozilla.com
 # - disabled shared_js - https://bugzilla.mozilla.org/show_bug.cgi?id=1039964
 %bcond_with    shared_js       # shared libmozjs library [broken]
@@ -198,6 +199,7 @@ ac_add_options --enable-system-ffi
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
 ac_add_options --enable-url-classifier
+%{?with_official:ac_add_options --enable-official-branding}
 ac_add_options --with-default-mozilla-five-home=%{_libdir}/%{name}
 ac_add_options --with-distribution-id=org.pld-linux
 ac_add_options --with-pthreads
This page took 0.918106 seconds and 4 git commands to generate.