Config.in 331 B

12345678910
  1. config BR2_PACKAGE_PKG_CONFIG
  2. bool "pkg-config"
  3. select BR2_PACKAGE_LIBGLIB2
  4. help
  5. pkg-config is a system for managing library compile/link
  6. flags that works with automake and autoconf. It replaces
  7. the ubiquitous *-config scripts you may have seen with a
  8. single tool.
  9. http://www.freedesktop.org/software/pkgconfig/