xref: /OK3568_Linux_fs/buildroot/package/pkgconf/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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