aboutsummaryrefslogtreecommitdiffstats
path: root/package/pkgconf/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-10-24 10:10:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-10-29 21:56:50 +0100
commit3ee3e3d22e0166ce52e96a43977338feeab1fcc5 (patch)
tree029cd0db87d917b90b2f72605242d539f9fb393c /package/pkgconf/Config.in
parent503452d7c87daed5061a67c7d5a20655dfa0395b (diff)
downloadbuildroot-novena-3ee3e3d22e0166ce52e96a43977338feeab1fcc5.tar.gz
buildroot-novena-3ee3e3d22e0166ce52e96a43977338feeab1fcc5.zip
pkgconf: new package
pkgconf is a drop-in replacement for pkg-config that doesn't need itself to build and just requires a C89 compiler. Instead of using a patch for hardcoded sysroot support (as the patch to pkg-config does) we rely instead on a wrapper script that takes the appropiate action. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pkgconf/Config.in')
-rw-r--r--package/pkgconf/Config.in9
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