Files
RedBear-OS/recipes/wip/x11/libxfont2/redox.patch
T
vasilito 50b731f1b7 Red Bear OS — microkernel OS in Rust, based on Redox
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
2026-04-12 19:05:00 +01:00

26 lines
772 B
Diff

--- libXfont2-2.0.7/Makefile.am 2024-08-01 17:38:40.000000000 -0600
+++ source/Makefile.am 2025-05-02 10:49:08.392987853 -0600
@@ -159,14 +159,14 @@
EXTRA_DIST = src/builtins/buildfont README.md
# Test utilities
-EXTRA_DIST += test/utils/README
-
-TEST_UTIL_SRCS = test/utils/font-test-utils.c test/utils/font-test-utils.h
-
-noinst_PROGRAMS = lsfontdir
-
-lsfontdir_SOURCES = test/utils/lsfontdir.c $(TEST_UTIL_SRCS)
-lsfontdir_LDADD = libXfont2.la $(LTLIBOBJS)
+#EXTRA_DIST += test/utils/README
+#
+#TEST_UTIL_SRCS = test/utils/font-test-utils.c test/utils/font-test-utils.h
+#
+#noinst_PROGRAMS = lsfontdir
+#
+#lsfontdir_SOURCES = test/utils/lsfontdir.c $(TEST_UTIL_SRCS)
+#lsfontdir_LDADD = libXfont2.la $(LTLIBOBJS)
MAINTAINERCLEANFILES = ChangeLog INSTALL