[Solved] No package 'libconfig' found

Hi,
i'm triyng to build a package but i get the error:

"configure: error: Package Requirements (libconfig) were not met".

When i try to build package libconfig the compiler tells me is already up to date.
I added libconfig in the menuconfig and i did ./scripts/feeds install libconfig.
But everytime i try to build the package i got always the same error.

Any helps is appreciated! :wink:

Add +libconfig to your DEPENDS line in your package Makefile.

https://openwrt.org/docs/guide-developer/dependencies

1 Like

Thanks, this solved my problem!

If your problem is solved, please consider marking this topic as [Solved]. See How to mark a topic as [Solved] for a short how-to.