Dominique Martinet wrote:
In practice, `pkg-config --cflags foo` will only fetch cflags for dependencies listed in Requires, not Requires.private
pkg-config --cflags foo fetches cflags of Requires.private items in foo.pc for me.
I've patched many packages to use that feature, and haven't noticed any breakage (so far).
-- Rex