* meson: enable distro settings by default
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
* meson: add note about version in pkg-config file
See also #123.
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Meson doesn't have a `str` function, so it's not possible to change the integer options.
`subprojects/inih/meson.build:50:8: ERROR: Unknown function "str".`
Using include directories instead of adding the headers to the source properly accounts for the right dependencies.
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>