Replace pkgsrc and mdevd with mouse ports desktop base

This commit is contained in:
Michal S.
2026-08-06 10:26:36 +01:00
parent c9dae15bc4
commit 6a8be734f3
97 changed files with 3129 additions and 810 deletions
+3 -1
View File
@@ -9,6 +9,7 @@ fi
script_dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
repo_dir=$(dirname "$script_dir")
. "$script_dir/mouse-arch.sh"
destination=$1
sysroot=$2
clang=$3
@@ -18,7 +19,7 @@ builtins=$6
rust_eh_personality=$7
llvm_ar=$8
llvm_strip=$9
target=x86_64-mouse-linux-musl
target=$MOUSE_CROSS_TARGET
for requirement in \
"$clang" "$clangxx" "$lld" "$builtins" "$rust_eh_personality" "$llvm_ar" "$llvm_strip"
@@ -41,6 +42,7 @@ printf '%s\n' \
"$lld" \
"$builtins" \
"$rust_eh_personality" \
"$MOUSE_RUST_TARGET" \
>"$destination/compiler.conf"
ln -sf compiler-driver "$destination/bin/$target-cc"