Revert cosmic-comp build to last known working commit for desktop

Build latest debug cosmic-comp for lapto
This commit is contained in:
Gerald Pinder
2025-01-16 13:46:06 -05:00
parent 8029c1e8a9
commit e8f7eb32b2
4 changed files with 23 additions and 37 deletions

View File

@@ -1,17 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
apt-get update && apt-get install -y git libudev-dev libseat-dev libxkbcommon-dev libinput-dev libgbm-dev
mkdir -p /src/
cd /src/
git clone https://github.com/pop-os/cosmic-comp.git
cd cosmic-comp
make vendor
make all DEBUG=1 VENDOR=1
mkdir -p /out/
mv target/debug/cosmic-comp /out/cosmic-comp