diff options
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/ |