Files
poky/meta/recipes-graphics
Martin Jansa dcfcbb21c2 cairo: fix build with gcc-15 on host
* backports from 1.18.2 used since:
  https://git.openembedded.org/openembedded-core/commit/?id=070d79c8adec7e0a8862019cf61910a59b18613a

* fixes build on hosts with gcc-15 (e.g. ubuntu-25.10)

../cairo-1.18.0/test/pdiff/pdiff.h:22:13: error: ‘bool’ cannot be defined via ‘typedef’
   22 | typedef int bool;
      |             ^~~~
../cairo-1.18.0/test/pdiff/pdiff.h:22:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
../cairo-1.18.0/test/pdiff/pdiff.h:22:1: warning: useless type name in empty declaration
   22 | typedef int bool;
      | ^~~~~~~

(From OE-Core rev: 6bd49cba1d7e12a6d8a4521a2097ff9f5ddc6368)

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-08-22 05:59:55 -07:00
..
2024-12-06 05:50:25 -08:00
2024-01-15 21:42:15 +00:00
2021-12-06 11:09:52 +00:00
2023-11-23 12:46:41 +00:00
2024-07-26 07:43:46 -07:00
2024-05-03 06:12:21 -07:00
2024-03-07 17:25:03 +00:00
2023-05-03 11:50:09 +01:00
2024-03-01 09:28:52 +00:00
2025-07-09 08:43:32 -07:00