Config.in 374 B

12345678910111213
  1. config BR2_PACKAGE_FLTK
  2. bool "fltk"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_PACKAGE_XORG7
  5. select BR2_PACKAGE_XLIB_LIBXT
  6. help
  7. A cross-platform C++ GUI toolkit for UNIX/Linux (X11),
  8. Microsoft Windows, and MacOS X.
  9. http://www.fltk.org/
  10. comment "fltk requires a toolchain with C++ support enabled"
  11. depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7