1config BR2_PACKAGE_PKGCONF
2	bool "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	  http://pkgconf.org/
11