diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-07-08 23:55:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-07-08 23:55:55 +0000 |
commit | 3b4205f166f7628989b82b90a3c53fe57c41f405 (patch) | |
tree | 69d05cd708addb095103b7562fbef8535d4fa781 /package/pkgconfig/Config.in | |
parent | 213cc83c478faeaa7ce442acdead34e83c10c7a8 (diff) | |
download | buildroot-novena-3b4205f166f7628989b82b90a3c53fe57c41f405.tar.gz buildroot-novena-3b4205f166f7628989b82b90a3c53fe57c41f405.zip |
Add pkgconfig
Diffstat (limited to 'package/pkgconfig/Config.in')
-rw-r--r-- | package/pkgconfig/Config.in | 10 |
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/ |