summaryrefslogtreecommitdiffstats
path: root/Repository.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-04-28 19:13:08 +0300
committerTor Lillqvist <tml@collabora.com>2015-04-28 19:25:27 +0300
commitbaee89d5a068fe950e78e9ec13937f237c5a2c9e (patch)
tree500618ea9b19279a1e216a61a956f8d8dd8767e4 /Repository.mk
parentdbaccess: more GCC-4.7 fixes (diff)
downloadcore-baee89d5a068fe950e78e9ec13937f237c5a2c9e.tar.gz
core-baee89d5a068fe950e78e9ec13937f237c5a2c9e.zip
Check ENABLE_PDFIMPORT
Change-Id: I1c0e7e5ecfcd62315e367d537cd3e0466b66e48f
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index f9a5208e9c01..3e3fa85173fe 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -468,9 +468,11 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
postgresql-sdbc-impl) \
))
+ifneq ($(ENABLE_PDFIMPORT),)
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
pdfimport \
))
+endif
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
pythonloader \