Build fails with static basu
Open
- Dominant language
- C
- Stars
- 3.3k
- Forks
- 173
- PR merge metrics
- No merged PRs in 30d
Description
The build process fails if basu is linked as a static library, because `parse_boolean` is exported in libbasu.a and also defined in mako.
Reproduce with these build options:
```sh
meson setup --default-library=static build # basu
meson setup -Dsd-bus-provider=basu build # mako
```
Contributor guide
Assessment
This issue has not been assessed yet.