New comment by 241m on void-packages repository https://github.com/void-linux/void-packages/pull/38562#issuecomment-1210847026 Comment: > > * [Allow use of system nlohmann_json dependency](https://github.com/flightlessmango/MangoHud/commit/e1ffa0f85820abea44639438fca2152290c87ee8) > > add `json-c++` to makedepends If I'm not mistaken, the nlohmann_json dependency is only used by mangoapp ([src/meson.build](https://github.com/flightlessmango/MangoHud/blob/efdcc6d2f54e37a3a32475453407f1eb33d1bef2/src/meson.build#L248)), and AFAICT, is not built, nor installed by default ([meson_options.txt](https://github.com/flightlessmango/MangoHud/blob/efdcc6d2f54e37a3a32475453407f1eb33d1bef2/meson_options.txt#L17)). I could be wrong, as this is my first time working with meson. If not, maybe a mangoapp subpackage should be added instead? Ala its [AUR](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mangohud) counterpart? Anyway, I'm marking this with WIP for now.