From 3b4205f166f7628989b82b90a3c53fe57c41f405 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 8 Jul 2006 23:55:55 +0000 Subject: Add pkgconfig --- package/pkgconfig/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/pkgconfig/Config.in (limited to 'package/pkgconfig/Config.in') diff --git a/package/pkgconfig/Config.in b/package/pkgconfig/Config.in new file mode 100644 index 000000000..2f3cb4ba9 --- /dev/null +++ b/package/pkgconfig/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PKGCONFIG + bool "pkg-config" + default n + help + pkg-config is a system for managing library compile/link + flags that works with automake and autoconf. It replaces + the ubiquitous *-config scripts you may have seen with a + single tool. + + http://www.freedesktop.org/software/pkgconfig/ -- cgit v1.2.3