Hello,
I am trying to use libwidgetlords on a Raspberry Pi 4 running Ubuntu 20.04.
Since there is no arm64 build provided, I attempted to build the library myself.
I was only able to build the sample binaries using the following meson commands:
meson builddir
cd builddir
ninja
I was not able to build the deb file that seems to be necessary to install overlays in correct locations.
Could you provide build instruction, and possibly place them in the README.md for others to find?