diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-20 13:19:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-20 13:19:56 +0100 |
commit | a092418f300f15fd1e2203b6933cfb1f69c107ad (patch) | |
tree | 49375c98a1c1d7caa47ff8ab3d01f4857c2b6f40 /sdext | |
parent | be7ec1384e85360179f5645d9775c5e6605d5a0f (diff) |
we need fontconfig now
Change-Id: I0482f613d7c908488e7d9f84f891bd521e91cc15
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 5e1d41de5d92..2c98ed79c74c 100644 --- a/sdext/Library_pdfimport.mk +++ b/sdext/Library_pdfimport.mk @@ -32,6 +32,7 @@ $(eval $(call gb_Library_use_static_libraries,pdfimport,\ $(eval $(call gb_Library_use_externals,pdfimport,\ boost_headers \ + $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \ zlib \ poppler \ )) |