From 77d297f3e8ff4af58718d166dcbf23c39ce47ca3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 13 Sep 2017 22:50:14 +0200 Subject: consistent naming of externals: jpeg-turbo->libjpeg-turbo Change-Id: I63fcebc36559c2698bbedd3501285a388ce8c257 Reviewed-on: https://gerrit.libreoffice.org/42291 Tested-by: Jenkins Reviewed-by: Michael Stahl --- emfio/CppunitTest_emfio_wmf_test.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emfio/CppunitTest_emfio_wmf_test.mk') diff --git a/emfio/CppunitTest_emfio_wmf_test.mk b/emfio/CppunitTest_emfio_wmf_test.mk index b612f5c5a03b..82af839c3886 100644 --- a/emfio/CppunitTest_emfio_wmf_test.mk +++ b/emfio/CppunitTest_emfio_wmf_test.mk @@ -56,7 +56,7 @@ $(eval $(call gb_CppunitTest_use_libraries,emfio_wmf,\ $(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ $(if $(filter LINUX MACOSX %BSD SOLARIS,$(OS)), \ curl) \ - jpeg \ + libjpeg \ $(if $(filter-out IOS WNT,$(OS)), \ nss3 \ plc4) \ -- cgit