]> git.ipfire.org Git - thirdparty/json-c.git/commit
fix installing json-c headers with meson and missing pkgconfig file 943/head
authorTyler Erickson <tyler.erickson@seagate.com>
Mon, 13 Jul 2026 21:48:20 +0000 (15:48 -0600)
committerTyler Erickson <tyler.erickson@seagate.com>
Mon, 13 Jul 2026 21:48:20 +0000 (15:48 -0600)
commit56a0e3f478c879c6a3f07b2ca6efa1ad2130d0e6
tree3837611f736119fe75e38a96ab58326ef8f5acf1
parente65444a258435a8b52a09f182567e15c4aed5f28
fix installing json-c headers with meson and missing pkgconfig file

This commit fixes the install path for json-c headers when running `meson install`.
Previously some showed in /usr/include/ rather than /usr/include/json-c

This also adds generating the pkgconfig .pc file for this project.

Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
meson.build