From baee89d5a068fe950e78e9ec13937f237c5a2c9e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 28 Apr 2015 19:13:08 +0300 Subject: Check ENABLE_PDFIMPORT Change-Id: I1c0e7e5ecfcd62315e367d537cd3e0466b66e48f --- Repository.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Repository.mk') 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 \ -- cgit