diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2019-03-06 22:06:35 -0500 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-03-07 11:43:25 +0100 |
commit | 0d8c670797f6becc584cf2eca4f414df7a3d0d85 (patch) | |
tree | a197ba053e698bc398b16509b2bddc726770c276 /RepositoryExternal.mk | |
parent | cac705fe8ef6deaf808f04e6112dd21666e501a7 (diff) |
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 <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/68842
Tested-by: Jenkins
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 3c9be8755848..b039484338a8 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -2780,6 +2780,8 @@ endef endif # ENABLE_VALGRIND +ifeq ($(ENABLE_POPPLER),TRUE) + ifneq ($(SYSTEM_POPPLER),) define gb_LinkTarget__use_poppler @@ -2829,6 +2831,8 @@ endef endif # SYSTEM_POPPLER +endif # ENABLE_POPPLER + ifneq ($(SYSTEM_CLUCENE),) |