Hi @usa,
If this error appears for other dependencies, too, you can add these as well with the same "apt" command. The name of the missing dependency returned in the failed "meson build" is really a hint to what may be missing and not a one-to-one word to copy-paste verbatim to apt, however "apt search <missing-dependency" will usually help you find it. Don't worry if you cannot spot a dependency, please ask me here and I will try to respond faster this time.
Please let me know how compilation went and if the outcome worked for you.
Apologies for taking so long to reply, I was away on a summer leave. You are doing nothing wrong, simply your system is missing a runtime dependency, libwayland-client. You can add it very simply byI follow the installation instructions in https://github.com/raspberrypi-ui/wf-panel-pi and get an error message:What am I doing wrong?Code:
meson.build:16:0: ERROR: Dependency "wayland-client" not found, tried pkgconfig and cmake
Code:
$ sudo apt update$ sudo apt upgrade$ sudo apt install libwayland-client
Please let me know how compilation went and if the outcome worked for you.
Statistics: Posted by avarvit — Mon Sep 02, 2024 3:01 am