2008-03-06 19:09:12 +01:00
|
|
|
config BR2_PACKAGE_FLTK
|
|
|
|
bool "fltk"
|
2009-11-29 21:25:49 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2009-07-17 14:34:22 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2009-11-30 11:00:28 +01:00
|
|
|
select BR2_PACKAGE_XLIB_LIBXT
|
2008-03-06 19:09:12 +01:00
|
|
|
help
|
2008-08-27 22:19:19 +02:00
|
|
|
A cross-platform C++ GUI toolkit for UNIX/Linux (X11),
|
|
|
|
Microsoft Windows, and MacOS X.
|
2008-03-06 19:09:12 +01:00
|
|
|
|
|
|
|
http://www.fltk.org/
|
2009-11-29 21:25:49 +01:00
|
|
|
|
|
|
|
comment "fltk requires a toolchain with C++ support enabled"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7
|