summaryrefslogtreecommitdiffstats
path: root/package/pkgconfig/Config.in
diff options
context:
space:
mode:
authorEric Andersen2006-07-09 01:55:55 +0200
committerEric Andersen2006-07-09 01:55:55 +0200
commit3b4205f166f7628989b82b90a3c53fe57c41f405 (patch)
tree69d05cd708addb095103b7562fbef8535d4fa781 /package/pkgconfig/Config.in
parentFix syntax errors in configure and m4 for Tcl so that the package actually bu... (diff)
downloadbuildroot-3b4205f166f7628989b82b90a3c53fe57c41f405.tar.gz
buildroot-3b4205f166f7628989b82b90a3c53fe57c41f405.tar.xz
buildroot-3b4205f166f7628989b82b90a3c53fe57c41f405.zip
Add pkgconfig
Diffstat (limited to 'package/pkgconfig/Config.in')
-rw-r--r--package/pkgconfig/Config.in10
1 files changed, 10 insertions, 0 deletions
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/