summaryrefslogtreecommitdiffstats
path: root/config_host
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2021-01-08 15:10:42 +0100
committerMiklos Vajna <vmiklos@collabora.com>2021-01-14 09:25:07 +0100
commit2d69acfde50cb0e06a9a057939078fd102d371a3 (patch)
treefa6e06401d482d225b2e9f14a37a0a943de2ba45 /config_host
parentpdfium: add an FPDFPageObj_GetStrokeWidth() wrapper (diff)
downloadcore-2d69acfde50cb0e06a9a057939078fd102d371a3.tar.gz
core-2d69acfde50cb0e06a9a057939078fd102d371a3.zip
Resolves tdf#139343 and tdf#139335 - Community/Enterprise flavor
* Switch CE/EE per --disable-community-flavor internally use HAVE_FEATURE_COMMUNITY_FLAVOR * Version info in about dialog shows text depending on this flavor * Start center also shows the brand image now * TDF builds use a brand image with TDF tagline in the about dialog * Brand images with just "Community" (no Edition) Change-Id: I363dd2b39df9aad951c9d79addf9bdedfc4a3495 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108980 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index c0d24e392eae..742e5e02e2ed 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -157,4 +157,9 @@
*/
#define HAVE_FEATURE_ANDROID_LOK 0
+/*
+ * Whether this is a Community Edition.
+ */
+#define HAVE_FEATURE_COMMUNITY_FLAVOR 0
+
#endif