RepositoryExternal.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e21c3c037134054195946720da8548ebb07c57b
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue May 24 09:18:38 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue May 24 10:00:04 2022 +0200

    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 <sberg...@redhat.com>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 6b3ae0cafd8b..2b2063483d31 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2644,7 +2644,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
 

Reply via email to