This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new dd430d8a95 cairo should depend on libpng, as it sometimes breaks the 
build by trying to compile before libpng is delivered.
dd430d8a95 is described below

commit dd430d8a95b23212145c5ad757a178045c52f383
Author: Damjan Jovanovic <dam...@apache.org>
AuthorDate: Wed Jan 3 17:24:28 2024 +0200

    cairo should depend on libpng, as it sometimes breaks the build by
    trying to compile before libpng is delivered.
    
    Fixes: #117726 - cairo fails to build, lacking dependency on libpng
    Patch by: me
    
    (cherry picked from commit ffe480edf9795ab6c9560d4de9cc8f7274b56bc1)
---
 main/cairo/prj/build.lst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/cairo/prj/build.lst b/main/cairo/prj/build.lst
index c59a5c4bbd..b34bcb0fb2 100644
--- a/main/cairo/prj/build.lst
+++ b/main/cairo/prj/build.lst
@@ -1,4 +1,4 @@
-lcairo cairo   : ZLIB:zlib soltools stlport NULL
+lcairo cairo   : LIBPNG:libpng ZLIB:zlib soltools stlport NULL
 lcairo cairo                       usr1        -       all     lcairo_mkout 
NULL
 lcairo cairo\pixman                nmake       -       all     lcairo_pixman 
NULL
 lcairo cairo\cairo                 nmake       -       all     lcairo_cairo 
lcairo_pixman NULL

Reply via email to