1c3c543ba1
Graphics package upgrades (canonical-version verified, downloaded fresh tarballs from upstream, BLAKE3 hashes computed): - meson 1.3.0 -> 1.8.3 - kf6-extra-cmake-modules 3.18.0 -> 4.0.3 - freetype2 2.13.3 -> 2.14.3 - glib 2.87.0 -> 2.89.1 - libxkbcommon 1.11.0 -> 1.13.2 - pango/redox.patch updated for 1.56.4 - cairo symlinked local recipe (1.18.4) - mesa 26.1.4 (target, recipe rebased) Submodule pointer updates from prior rebase runs: - base - bootloader - installer - relibc New: local/scripts/verify-absorbed-patches.sh — verifies which absorbed/ patches still apply against the current relibc source. Initial scan shows 11 of 56 absorbed patches are still effective/merged-upstream; 45 are now BROKEN (line offsets diverged, mostly harmless; 0 missing). This is a known risk where absorbed/ patches accumulate after rebases and need periodic clean-up.
15 lines
461 B
Diff
15 lines
461 B
Diff
diff -ruwN pango-1.56.3/meson.build source/meson.build
|
|
--- pango-1.56.3/meson.build 2025-03-16 05:45:47.000000000 -0600
|
|
+++ source/meson.build 2025-05-01 13:51:05.834742120 -0600
|
|
@@ -551,8 +551,8 @@
|
|
pango_inc = include_directories('pango')
|
|
|
|
subdir('pango')
|
|
-subdir('utils')
|
|
-subdir('tools')
|
|
+#TODO: fails to build on Redox: subdir('utils')
|
|
+#TODO: fails to build on Redox: subdir('tools')
|
|
subdir('docs')
|
|
if get_option('build-testsuite')
|
|
subdir('tests')
|