You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create an application with libpanel feature enabled but I'm getting errors while building libpanel-sys
which indicates that libpanel is not installed on the system.
The system library `libpanel-1` required by crate `libpanel-sys` was not found.
The file `libpanel-1.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
PKG_CONFIG_PATH contains the following:
- /app/lib/pkgconfig
- /app/share/pkgconfig
- /usr/lib/pkgconfig
- /usr/share/pkgconfig
I've already installed libpanel-devel on my system and neither adding the "libpanel" or "panel" dependency in meson.build
solved the problem.
Do you know how to solve it?
Sorry for my lack of knowledge in meson.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to create an application with libpanel feature enabled but I'm getting errors while building libpanel-sys
which indicates that libpanel is not installed on the system.
I've already installed libpanel-devel on my system and neither adding the "libpanel" or "panel" dependency in meson.build
solved the problem.
Do you know how to solve it?
Sorry for my lack of knowledge in meson.
The text was updated successfully, but these errors were encountered: