From 23795ec71f546c4d89b911f67d539393d92059ce Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 17 Apr 2009 15:55:16 +0000 Subject: pkg-config: fix target package As reported by Sven Neumann on the list. --- package/pkg-config/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/pkg-config/Config.in (limited to 'package/pkg-config/Config.in') diff --git a/package/pkg-config/Config.in b/package/pkg-config/Config.in new file mode 100644 index 000000000..8ec805527 --- /dev/null +++ b/package/pkg-config/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PKG_CONFIG + bool "pkg-config" + select BR2_PACKAGE_LIBGLIB2 + 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