diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-17 09:26:01 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-02-17 16:47:39 +0000 |
commit | fb1d11d9a54738562994ee6f7a5875f7a62d5863 (patch) | |
tree | 2c86879b5e934836e1b8cb0a52ce76d36345e351 /sdext | |
parent | c21916ad8a315a9dd7f23bf9aef0576975470a5a (diff) |
convert xpdf to gbuild and add to tail_build
Change-Id: Ie85f8092e0c37124508123a1d2f942f50f0740da
Reviewed-on: https://gerrit.libreoffice.org/2197
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/Library_pdfimport.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk index ce171f28e588..260a39ce5000 100644 --- a/sdext/Library_pdfimport.mk +++ b/sdext/Library_pdfimport.mk @@ -50,6 +50,7 @@ $(eval $(call gb_Library_use_static_libraries,pdfimport,\ $(eval $(call gb_Library_use_externals,pdfimport,\ boost_headers \ zlib \ + poppler \ )) $(eval $(call gb_Library_add_exception_objects,pdfimport,\ |