|
This adds -DSERD_STATIC to the Cflags in the pkg-config file if serd is built
as a static library, to simplify linking against a static serd library with
pkg-config. Note that this only works for default_library=static. For linking
against libraries built with default_library=both, dependant projects must
still specify SERD_STATIC for static builds.
Resolving that requires meson adding support for writing Cflags.local, and the
world migrating to pkgconf (or improving pkg-config) so it is supported.
|