change some meson opts

This commit is contained in:
Ward from fusion-voyager-3 2024-08-15 22:58:50 +03:00
parent 12111bee73
commit 999e28bc2c
2 changed files with 4 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
scx (1.0.2-101pika) pika; urgency=medium
scx (1.0.2.git-101pika) pika; urgency=medium
* Pika

View File

@ -6,10 +6,11 @@ set -e
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="1.0.2"
VERSION="1.0.2.git"
# Clone Upstream
git clone https://github.com/sched-ext/scx.git -b v"$VERSION"
#git clone https://github.com/sched-ext/scx.git -b v"$VERSION"
git clone https://github.com/sched-ext/scx.git
cp -rvf ./debian ./scx/
cd ./scx/