diff options
-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 \ )) |