2
1

Config.in 823 B

123456789101112131415161718192021222324252627
  1. config BR2_PACKAGE_LIBGTK2
  2. bool "libgtk2"
  3. select BR2_PACKAGE_ATK
  4. select BR2_PACKAGE_CAIRO
  5. select BR2_PACKAGE_CAIRO_PS
  6. select BR2_PACKAGE_CAIRO_PDF
  7. select BR2_PACKAGE_CAIRO_SVG
  8. select BR2_PACKAGE_LIBGLIB2
  9. select BR2_PACKAGE_PANGO
  10. select BR2_PACKAGE_GDK_PIXBUF
  11. depends on BR2_PACKAGE_XORG7||BR2_PACKAGE_DIRECTFB
  12. depends on BR2_USE_WCHAR # glib2
  13. depends on BR2_INSTALL_LIBSTDCPP # pango
  14. help
  15. The GTK+ version 2 graphical user interface library
  16. http://www.gtk.org/
  17. config BR2_PACKAGE_LIBGTK2_DEMO
  18. bool "Install libgtk2 demo program"
  19. depends on BR2_PACKAGE_LIBGTK2
  20. help
  21. The GTK+ source base contains a gtk-demo program. This
  22. option allows to install this program to the target.
  23. comment "libgtk2 requires a toolchain with WCHAR and C++ support"
  24. depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP