1config BR2_PACKAGE_HOST_PKGCONF
2	bool "host pkgconf"
3	help
4	  pkgconf is a program which helps to configure compiler and
5	  linker flags for development frameworks. It is similar to
6	  pkg-config, but was written from scratch in the summer of
7	  2011 to replace pkg-config, which now needs itself to build
8	  itself
9
10	  https://github.com/pkgconf/pkgconf
11