pdfium: don't need two copies of freetype on android either

Change-Id: I581575e2b13482d16aca284bfa502ed164b8c9d0
This commit is contained in:
Christian Lohmaier
2018-05-16 16:26:38 +02:00
parent 88051c660f
commit a8d175b85d

View File

@@ -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 \