summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-05-24 09:18:38 +0200
committerAndras Timar <andras.timar@collabora.com>2022-10-16 16:19:02 +0200
commitf1a662f7c27b57a749b5998de1567da3534434a4 (patch)
treec085e999ba4d738ede8d7fe19918ac9b5217e42f /RepositoryExternal.mk
parentca9c0b90a0116f830b9eb052bb28c65338059b09 (diff)
workdir/UnpackedTarball/libtiff/libtiff/tiff.h is generated
...and included via vcl/source/filter/itiff/itiff.cxx -> workdir/UnpackedTarball/libtiff/libtiff/tiffio.h -> workdir/UnpackedTarball/libtiff/libtiff/tiff.h Change-Id: I717e23946d7d14572c5e9de9f7319d553a76364a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134851 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index a86c1e60addb..c3f14a38d831 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2770,7 +2770,7 @@ $(call gb_LinkTarget_add_libs,$(1),\
-L$(call gb_UnpackedTarball_get_dir,libtiff)/libtiff/.libs -ltiff \
)
endif
-$(call gb_LinkTarget_use_external_project,$(1),libtiff)
+$(call gb_LinkTarget_use_external_project,$(1),libtiff,full)
endef