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

New commits:
commit d03ab54d94ca1d772523067a098552c2b66d6445
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Thu Apr 22 17:10:53 2021 +0200
Commit:     Pranam Lashkari <lpra...@collabora.com>
CommitDate: Wed Jul 7 20:23:06 2021 +0200

    fix cairocanvas build with internal cairo
    
    3a4bfe3e45be2d5b591ab5cae3694c9492ca9e1b made cairocanvas #include
    also a pixman header, but the internal cairo case wasn't setting
    up the pixman include path.
    
    Change-Id: Ib0daab3a5ec1a6ebf1b29eb37b039d2f41f770c9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114491
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lu...@collabora.com>
    (cherry picked from commit 04bd21d483c33c5011e31ac12d02c9e00dc410ce)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118498
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Pranam Lashkari <lpra...@collabora.com>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 5db36ebad3d0..fbd48dd2c699 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1301,6 +1301,7 @@ $(call gb_LinkTarget_use_external,$(1),freetype_headers)
 $(call gb_LinkTarget_set_include,$(1),\
        -I$(call gb_UnpackedTarball_get_dir,cairo) \
        -I$(call gb_UnpackedTarball_get_dir,cairo)/src \
+       -I$(call gb_UnpackedTarball_get_dir,pixman)/pixman \
        $$(INCLUDE) \
 )
 $(call gb_LinkTarget_add_libs,$(1),\
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to