diff options
Diffstat (limited to 'package/pkgconf/Config.in')
-rw-r--r-- | package/pkgconf/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/pkgconf/Config.in b/package/pkgconf/Config.in new file mode 100644 index 000000000..f95847fa3 --- /dev/null +++ b/package/pkgconf/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PKGCONF + bool "pkgconf" + help + 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 + + https://github.com/nenolod/pkgconf |