Relm4 / relm4-template

Other
30 stars 7 forks source link

Error while trying to enable "libpanel" feature #31

Open jbernard002 opened 7 months ago

jbernard002 commented 7 months ago

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.

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.