summaryrefslogtreecommitdiff
path: root/sdext/Executable_xpdfimport.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-12-02 23:05:39 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-02 23:05:39 +0100
commit2be88223b930c704a358abfcababc6cf64184e1c (patch)
tree9e08416d609e929e7ab1e592a9e2ce1e4f9d47a1 /sdext/Executable_xpdfimport.mk
parent3cfbc3409a0bacbdd6572be2c39c004611778bfc (diff)
sdext: there is a severe shortage of boost dependencies here
Change-Id: Ide652d073edc3321995b787b01ea9c0bf1920827
Diffstat (limited to 'sdext/Executable_xpdfimport.mk')
-rw-r--r--sdext/Executable_xpdfimport.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/sdext/Executable_xpdfimport.mk b/sdext/Executable_xpdfimport.mk
index f333ef9d6bce..0d7757dc89ec 100644
--- a/sdext/Executable_xpdfimport.mk
+++ b/sdext/Executable_xpdfimport.mk
@@ -33,14 +33,11 @@ $(eval $(call gb_Executable_use_packages,xpdfimport,\
))
$(eval $(call gb_Executable_use_externals,xpdfimport,\
+ boost_headers \
poppler \
zlib \
))
-$(eval $(call gb_Executable_set_include,xpdfimport,\
- $$(INCLUDE) \
-))
-
$(eval $(call gb_Executable_add_exception_objects,xpdfimport,\
sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl \
sdext/source/pdfimport/xpdfwrapper/pnghelper \