diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-07-03 18:11:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-07-03 18:12:30 +0200 |
commit | 4aece3e69d775081dbf5bd3d32fa4bcfacb7de11 (patch) | |
tree | c340e8e823caade0ff4b08c4e3390f073619b83a /sdext | |
parent | 09fe9db46615265c6c7119f2524d19335d0e0283 (diff) |
Does not look like Library_pdfimport needs poppler
Change-Id: I1dd162f939ce4f0689ea14724c1e7cec8a6c16b0
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/Library_pdfimport.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk index 3e3d1709db5d..ca7d5ac80920 100644 --- a/sdext/Library_pdfimport.mk +++ b/sdext/Library_pdfimport.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_use_static_libraries,pdfimport,\ $(eval $(call gb_Library_use_externals,pdfimport,\ boost_headers \ zlib \ - poppler \ $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \ )) |