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:
meson setup --default-library=static build # basu
meson setup -Dsd-bus-provider=basu build # mako
The build process fails if basu is linked as a static library, because
parse_booleanis exported in libbasu.a and also defined in mako.Reproduce with these build options: