I am attempting to package this library for Gentoo Linux.
I would like to install only the shared library libcutf8-1.so, not the static library libcutf8-1.a. Normally this would be accomplished by passing default_library=shared to meson.
However, that does not seem to work for this project. I suspect this is because you are using both_libraries. What is the reason for this? Why not just define it using the normal library function?