|
93 | 93 | "_comment": [ |
94 | 94 | "- Force-enable fontconfig to avoid https://gitlab.freedesktop.org/cairo/cairo/-/issues/862", |
95 | 95 | "- Prevent libxml2 from requiring iconv or Python", |
96 | | - "- Don't fail on proxy-libintl Meson warning - https://github.com/frida/proxy-libintl/pull/6", |
| 96 | + "- fontconfig warns on v1 wraps; fixed in next release", |
97 | 97 | "- Some tests fails and they are still run despite -Dtests=disabled" |
98 | 98 | ], |
99 | 99 | "build_options": [ |
|
270 | 270 | } |
271 | 271 | }, |
272 | 272 | "fontconfig": { |
| 273 | + "_comment": [ |
| 274 | + "- fontconfig warns on v1 wraps; fixed in next release" |
| 275 | + ], |
273 | 276 | "alpine_packages": [ |
274 | 277 | "bash" |
275 | 278 | ], |
|
400 | 403 | "glib": { |
401 | 404 | "_comment": [ |
402 | 405 | "- Disable unit tests because upstream does not run them on Windows and some are flaky on Linux.", |
403 | | - "- Don't fail on proxy-libintl Meson warning - https://github.com/frida/proxy-libintl/pull/6" |
| 406 | + "- Uses c_std=gnu99 on Windows" |
404 | 407 | ], |
405 | 408 | "alpine_packages": [ |
406 | 409 | "gettext-tiny-dev" |
|
1123 | 1126 | "_comment": [ |
1124 | 1127 | "- Avoid sysprof build errors on Windows", |
1125 | 1128 | "- Prevent libxml2 from requiring Python", |
| 1129 | + "- fontconfig warns on v1 wraps; fixed in next release", |
1126 | 1130 | "- skip dependency checks for optionally provided dependencies", |
1127 | | - "- harfbuzz triggers warnings", |
1128 | 1131 | "- Known test failure: https://gitlab.gnome.org/GNOME/pango/-/issues/682" |
1129 | 1132 | ], |
1130 | 1133 | "build_options": [ |
|
1166 | 1169 | ] |
1167 | 1170 | }, |
1168 | 1171 | "pkgconf": { |
1169 | | - "_comment": "Tests cannot be run without kyua, which is difficult to install when not packaged.", |
| 1172 | + "_comment": [ |
| 1173 | + "test_env.sh.in has missing substitutions", |
| 1174 | + "Tests cannot be run without kyua, which is difficult to install when not packaged." |
| 1175 | + ], |
1170 | 1176 | "fatal_warnings": false, |
1171 | 1177 | "build_options": [ |
1172 | 1178 | "pkgconf:tests=disabled" |
|
1361 | 1367 | }, |
1362 | 1368 | "slirp": { |
1363 | 1369 | "_comment": [ |
1364 | | - "- proxy-libintl produces Meson warnings" |
| 1370 | + "- Uses c_std=gnu99 on Windows" |
1365 | 1371 | ], |
1366 | 1372 | "fatal_warnings": false |
1367 | 1373 | }, |
|
0 commit comments