Config.in 404 B

1234567891011121314151617
  1. config ADK_COMPILE_GLIB
  2. tristate
  3. depends ADK_PACKAGE_GLIB1
  4. config ADK_PACKAGE_GLIB1
  5. prompt "glib1............................. The GLib library of C routines (v1.2)"
  6. tristate
  7. default n
  8. select ADK_COMPILE_GLIB
  9. select ADK_PACKAGE_LIBPTHREAD
  10. help
  11. GLib is a library containing many useful C routines for things such
  12. as trees, hashes, and lists.
  13. http://www.gtk.org/
  14. Depends: libpthread