diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-09-13 22:50:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-15 10:55:59 +0200 |
commit | 77d297f3e8ff4af58718d166dcbf23c39ce47ca3 (patch) | |
tree | 57b02931d6ccfbbd1c09fbf5aac7295621a80be5 /emfio | |
parent | 2406e8fa5af19e0a8c97fb2461e3c12bfbfe373c (diff) |
consistent naming of externals: jpeg-turbo->libjpeg-turbo
Change-Id: I63fcebc36559c2698bbedd3501285a388ce8c257
Reviewed-on: https://gerrit.libreoffice.org/42291
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'emfio')
-rw-r--r-- | emfio/CppunitTest_emfio_wmf_test.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |