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

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

$
0
0

Code:

pi@raspberrypi:~/wf-panel-pi $ meson setup builddir --prefix=/usr --libdir=/usr/lib/aarch64-linux-gnusubprojects/wayfire-kbdd-plugin/meson.build:16:0: ERROR: Dependency lookup for wayfire with method 'pkgconfig' failed: Could not generate cargs for wayfire:Package vulkan was not found in the pkg-config search path.Perhaps you should add the directory containing `vulkan.pc'to the PKG_CONFIG_PATH environment variablePackage 'vulkan', required by 'wlroots', not foundPackage 'glm', required by 'wf-config', not foundPackage 'libxml-2.0', required by 'wf-config', not founmany thanks
Meson is saying that some dependencies are missing (I have not included these indirect dependencies in my README-kbdlayout.md instructions; I will make sure to add them). You can add these simply by:

Code:

pi@raspberrypi:~/wf-panel-pi $ sudo apt install libvulkan-dev libglm-dev libxml2-dev
and give it one more try. If more dependencies are missing, you can add them, too, accordingly, though you can always ask here.

Statistics: Posted by avarvit — Mon Mar 25, 2024 6:30 am



Viewing all articles
Browse latest Browse all 5842

Trending Articles