mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
fcft: adapt to API changes in fcft-3.x
This commit is contained in:
parent
4fea561c6c
commit
ff238e62ba
11 changed files with 131 additions and 21 deletions
|
@ -37,6 +37,11 @@ tasks:
|
|||
pip install codespell
|
||||
cd yambar
|
||||
~/.local/bin/codespell README.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
- fcft: |
|
||||
cd yambar/subprojects
|
||||
git clone https://codeberg.org/dnkl/fcft.git
|
||||
cd fcft && git checkout 3.0-dev && cd ..
|
||||
cd ../..
|
||||
- setup: |
|
||||
mkdir -p bld/debug bld/release bld/x11-only bld/wayland-only bld/plugs-are-shared
|
||||
meson --buildtype=debug -Db_coverage=true yambar bld/debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue