diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-06-29 16:54:31 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-07-01 16:35:13 +0200 |
commit | c540483134482d437ea6e02390ff429f4300cbb0 (patch) | |
tree | f0dedf9d6f042b4823a8e53aee328d755426586b /config_host | |
parent | b551604a81d6cd5ab9b85d56c57a97f4abc457fd (diff) |
configure: add a --with-product-flavor switch
Defaults to Personal to point out this is supported by volunteers.
This affects the splash screen, the window title, the about dialog and
the start center.
Change-Id: I216a7f547618377ed268454ebfd2801c4c3901b7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97427
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_buildid.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host/config_buildid.h.in b/config_host/config_buildid.h.in index 04f03b83543a..d9663cb3f8f0 100644 --- a/config_host/config_buildid.h.in +++ b/config_host/config_buildid.h.in @@ -6,5 +6,6 @@ Optional Build ID displayed in the about dialog #define CONFIG_BUILDID_H #undef EXTRA_BUILDID +#undef PRODUCTFLAVOR #endif |