From 5b8e16a8ce7738a659fcf8bbe92d6b590dcd3027 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 --- 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 75845dcf3286..d22f7dbb072a 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -174,6 +174,11 @@ */ #define HAVE_FEATURE_PDFIUM 0 +/* + * Whether poppler is available + */ +#define HAVE_FEATURE_POPPLER 0 + /* * Whether extra fonts are available */ -- cgit