Revert cosmic-comp build to last known working commit for desktop
Build latest debug cosmic-comp for lapto
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user