Make libinih a fallback dependency

This means that in case meson does not find libinih it will
automatically clone libinih and include it in the build.

The libinih library is reconfigured to be statically built so that no
shared object will be installed.
This commit is contained in:
Martin Lund 2022-03-29 17:54:30 +02:00
parent f229ee2f96
commit 1ec39d1c7b
3 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/build
/subprojects/libinih
*.swp