summaryrefslogtreecommitdiff
path: root/external/pdfium
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-05-16 16:26:38 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-05-16 16:36:09 +0200
commita8d175b85d37dbec873d79b4311743f97138c438 (patch)
tree7be8b7ab84cbf41781ee5e30ea973fe3e9de8530 /external/pdfium
parent88051c660fc6759346a01bc559818d3e23f8f55c (diff)
pdfium: don't need two copies of freetype on android either
Change-Id: I581575e2b13482d16aca284bfa502ed164b8c9d0
Diffstat (limited to 'external/pdfium')
-rw-r--r--external/pdfium/Library_pdfium.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/pdfium/Library_pdfium.mk b/external/pdfium/Library_pdfium.mk
index 5f845154203d..0019535857a6 100644
--- a/external/pdfium/Library_pdfium.mk
+++ b/external/pdfium/Library_pdfium.mk
@@ -555,7 +555,7 @@ $(eval $(call gb_Library_use_externals,pdfium,\
icuuc \
))
-ifeq ($(OS),LINUX)
+ifneq (,$(filter LINUX ANDROID,$(OS)))
$(eval $(call gb_Library_add_libs,pdfium,\
-ldl \
-lrt \