[Libreoffice-commits] core.git: RepositoryExternal.mk
Rene Engelhard
rene at debian.org
Mon Mar 6 17:53:15 UTC 2017
RepositoryExternal.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f05d8e3fa3c05f565dae9aef292d9c736771f357
Author: Rene Engelhard <rene at debian.org>
Date: Mon Mar 6 18:49:00 2017 +0100
don't try to install pdfium lib in --disable-pdfium
Change-Id: I77f2ab2b627ceee2d6b0d44e530b4ac691510bf3
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index f34fc04..e97e14e 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -4065,6 +4065,7 @@ $(call gb_LinkTarget_set_include,$(1), \
$(call gb_LinkTarget_use_libraries,$(1),clew)
endef
+ifneq ($(ENABLE_PDFIUM),)
define gb_LinkTarget__use_pdfium
$(call gb_LinkTarget_set_include,$(1),\
-I$(call gb_UnpackedTarball_get_dir,pdfium)/public \
@@ -4075,5 +4076,6 @@ endef
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo,\
pdfium \
))
+endif
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list