summaryrefslogtreecommitdiffstats
path: root/package/fltk/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/fltk/Config.in')
-rw-r--r--package/fltk/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/fltk/Config.in b/package/fltk/Config.in
index b0ffb4e7e..546ecb00a 100644
--- a/package/fltk/Config.in
+++ b/package/fltk/Config.in
@@ -1,8 +1,12 @@
config BR2_PACKAGE_FLTK
bool "fltk"
+ depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_PACKAGE_XORG7
help
A cross-platform C++ GUI toolkit for UNIX/Linux (X11),
Microsoft Windows, and MacOS X.
http://www.fltk.org/
+
+comment "fltk requires a toolchain with C++ support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7