buildrootschalter/package/fltk/Config.in

14 lines
374 B
Plaintext
Raw Normal View History

2008-03-06 19:09:12 +01:00
config BR2_PACKAGE_FLTK
bool "fltk"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBXT
2008-03-06 19:09:12 +01:00
help
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/
comment "fltk requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7