50b731f1b7
Derivative of Redox OS (https://www.redox-os.org) adding: - AMD GPU driver (amdgpu) via LinuxKPI compat layer - ext4 filesystem support (ext4d scheme daemon) - ACPI fixes for AMD bare metal (x2APIC, DMAR, IVRS, MCFG) - Custom branding (hostname, os-release, boot identity) Build system is full upstream Redox with RBOS overlay in local/. Patches for kernel, base, and relibc are symlinked from local/patches/ and protected from make clean/distclean. Custom recipes live in local/recipes/ with symlinks into the recipes/ search path. Build: make all CONFIG_NAME=redbear-full Sync: ./local/scripts/sync-upstream.sh
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')
|