config: add x11proto dependency for libxau and SDDM

- Add x11proto to redbear-full.toml package list
- libxau recipe updated with x11proto dependency and custom build script
- Fixes libxau build failure: 'Package xproto was not found'
This commit is contained in:
2026-06-20 14:57:46 +03:00
parent c98b3ad7c1
commit 04b7641e85
24865 changed files with 7396682 additions and 483 deletions
+7
View File
@@ -102,6 +102,13 @@ export PATH="${COOKBOOK_TOOLCHAIN}/bin:${PATH}"
export LD_LIBRARY_PATH="${COOKBOOK_TOOLCHAIN}/lib:${LD_LIBRARY_PATH}"
fi
# Add redoxer toolchain to path if exists
REDOXER_TOOLCHAIN="${HOME}/.redoxer/${TARGET}/toolchain"
if [ -d "${REDOXER_TOOLCHAIN}/bin" ]
then
export PATH="${REDOXER_TOOLCHAIN}/bin:${PATH}"
fi
# This puts cargo build artifacts in the build directory
export CARGO_TARGET_DIR="${COOKBOOK_BUILD}/target"