Thanks for the work on this! I am trying to get this installed on a
new Raspberry Pi, and I run into this error during meson build -
meson.build:8:0: ERROR: Dependency "libhandy-1" not found, tried
pkgconfig and cmake
When I do an apt search I do not see a libhandy-1 but I do see a
libhandy-1-0. installed that but still get the same error.
--
Brendan Shurilla
> When I do an apt search I do not see a libhandy-1 but I do see a
> libhandy-1-0. installed that but still get the same error.
You will need the -dev or -devel versions of these packages as well (i.e.,
not just the .so libraries, but also the .h, .pc,... files as well).
With kind regards,
Jan