subprojects: use meson wrap files for tllist+fcft

This commit is contained in:
Daniel Eklöf 2020-12-25 12:22:15 +01:00
parent 9c03bd887f
commit 2262a3d837
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 8 additions and 13 deletions

3
.gitignore vendored
View file

@ -1,4 +1,5 @@
/bld/
/pkg/
/src/
/subprojects/
/subprojects/*
!/subprojects/*.wrap

View file

@ -90,18 +90,6 @@ Available modules:
## Installation
If you have not installed [tllist](https://codeberg.org/dnkl/tllist)
and [fcft](https://codeberg.org/dnkl/fcft) as system libraries, clone
them into the `subprojects` directory:
```sh
mkdir -p subprojects
pushd subprojects
git clone https://codeberg.org/dnkl/tllist.git
git clone https://codeberg.org/dnkl/fcft.git
popd
```
To build, first, create a build directory, and switch to it:
```sh
mkdir -p bld/release && cd bld/release

3
subprojects/fcft.wrap Normal file
View file

@ -0,0 +1,3 @@
[wrap-git]
url = https://codeberg.org/dnkl/fcft.git
revision = master

3
subprojects/tllist.wrap Normal file
View file

@ -0,0 +1,3 @@
[wrap-git]
url = https://codeberg.org/dnkl/tllist.git
revision = master