Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4906

Raspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and wf-panel-pi

$
0
0
Hi @usa,
I follow the installation instructions in https://github.com/raspberrypi-ui/wf-panel-pi and get an error message:

Code:

meson.build:16:0: ERROR: Dependency "wayland-client" not found, tried pkgconfig and cmake
What am I doing wrong?
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 by

Code:

$ sudo apt update$ sudo apt upgrade$ sudo apt install libwayland-client
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.

Statistics: Posted by avarvit — Mon Sep 02, 2024 3:01 am



Viewing all articles
Browse latest Browse all 4906

Trending Articles