From e7d2880cd43b00d3facab51e49b3a6ffc6e9a87a Mon Sep 17 00:00:00 2001 From: vasilito Date: Sat, 25 Jul 2026 02:10:28 +0900 Subject: [PATCH] build: pre-cook redbear-compositor + redbear-greeter (greeter-critical) Both are greeter-critical (the Wayland compositor that displays the SDDM greeter, and the greeter launcher). Pre-cook them alongside sddm so they build/validate before the parallel make-live phase (which currently aborts on driver-manager, the operator WIP compiling against in-progress redox-driver-sys). --- local/scripts/build-redbear.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/scripts/build-redbear.sh b/local/scripts/build-redbear.sh index 9e9e3262e5..4005c79e73 100755 --- a/local/scripts/build-redbear.sh +++ b/local/scripts/build-redbear.sh @@ -920,7 +920,7 @@ if [ "$CONFIG" = "redbear-full" ]; then # configure fails ("Could not find a package configuration file provided by # Qt6Qml"), aborting the whole build. Pre-cook the Qt stack IN ORDER, before # sddm/kwin, so every Qt6 CMake package is cached in the sysroot first. - PRECOOK_PKGS="relibc icu llvm21 mesa libdrm libepoxy redox-drm lcms2 libdisplay-info libxcvt qtbase qtshadertools qtdeclarative qtsvg qtwayland sddm" + PRECOOK_PKGS="relibc icu llvm21 mesa libdrm libepoxy redox-drm lcms2 libdisplay-info libxcvt qtbase qtshadertools qtdeclarative qtsvg qtwayland sddm redbear-compositor redbear-greeter" else PRECOOK_PKGS="relibc icu" fi