2012-10-24 12:10:44 +02:00
|
|
|
config BR2_PACKAGE_PKGCONF
|
|
|
|
bool "pkgconf"
|
|
|
|
help
|
2017-12-18 09:21:05 +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
|
2012-10-24 12:10:44 +02:00
|
|
|
|
2017-09-19 13:05:26 +02:00
|
|
|
https://github.com/pkgconf/pkgconf
|