2017-09-19 13:05:27 +02:00
|
|
|
config BR2_PACKAGE_HOST_PKGCONF
|
|
|
|
bool "host pkgconf"
|
|
|
|
help
|
2018-02-14 06:04:56 +01:00
|
|
|
pkgconf is a program which helps to configure compiler and
|
|
|
|
linker flags for development frameworks. It is similar to
|
|
|
|
pkg-config, but was written from scratch in the summer of
|
|
|
|
2011 to replace pkg-config, which now needs itself to build
|
|
|
|
itself
|
2017-09-19 13:05:27 +02:00
|
|
|
|
|
|
|
https://github.com/pkgconf/pkgconf
|