This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new ffe480edf9 cairo should depend on libpng, as it sometimes breaks the build by trying to compile before libpng is delivered. ffe480edf9 is described below commit ffe480edf9795ab6c9560d4de9cc8f7274b56bc1 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 --- 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