diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-11-15 04:39:24 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-22 18:20:13 +0000 |
commit | a46ef637d5f37962f826969cb2d7eb4cb9ba81c6 (patch) | |
tree | e60a0d3c0e716ace76db0fc71bb343adff0b6f6b /config_host/config_features.h.in | |
parent | e72cd4053676d826ef9a914e62e89e26247bdd5c (diff) |
include breakpad into the build
Change-Id: I1bfd107502332fc86ae5e96bbc1f475b8d669c6c
Reviewed-on: https://gerrit.libreoffice.org/22547
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'config_host/config_features.h.in')
-rw-r--r-- | config_host/config_features.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 77fea97e4450..5426bf389e28 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -146,4 +146,9 @@ */ #define HAVE_FEATURE_COLLADA 0 +/* + * Whether we support breakpad as crash reporting lib. + */ +#define HAVE_FEATURE_BREAKPAD 0 + #endif |