From 0d8c670797f6becc584cf2eca4f414df7a3d0d85 Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Wed, 6 Mar 2019 22:06:35 -0500 Subject: build: support disabling poppler This adds --enable-poppler configure option. Poppler can be enabled/disabled by setting this parameter to yes or no. Change-Id: I42ba2d27de7b5014d28523394310616d20073b71 Reviewed-on: https://gerrit.libreoffice.org/68602 Reviewed-by: Andras Timar Tested-by: Andras Timar Reviewed-on: https://gerrit.libreoffice.org/68842 Tested-by: Jenkins --- config_host/config_features.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config_host') diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 97c2a4f797db..a68050111457 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -158,6 +158,11 @@ */ #define HAVE_FEATURE_PDFIUM 0 +/* + * Whether poppler is available + */ +#define HAVE_FEATURE_POPPLER 0 + /* * Whether extra fonts are available */ -- cgit