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
18 lines
376 B
TOML
18 lines
376 B
TOML
[source]
|
|
tar = "https://download.gnome.org/sources/dconf/0.49/dconf-0.49.0.tar.xz"
|
|
blake3 = "41ee23bdab3208f7a08efa134a481c852874dc5846433a665c5a5149511a7659"
|
|
patches = ["redox.patch"]
|
|
|
|
[build]
|
|
dependencies = [
|
|
"dbus",
|
|
"glib",
|
|
]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dbash_completion=false",
|
|
"-Dman=false",
|
|
"-Dvapi=false",
|
|
"--force-fallback-for=gvdb",
|
|
]
|