From 3ee3e3d22e0166ce52e96a43977338feeab1fcc5 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 24 Oct 2012 10:10:44 +0000 Subject: 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 Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/pkgconf/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package/pkgconf/Config.in (limited to 'package/pkgconf/Config.in') 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 -- cgit v1.2.3