board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / glibmm / Config.in
blobfdbb43812c9c63b32496d878252dcde318e6c483
1 config BR2_PACKAGE_GLIBMM
2         bool "glibmm"
3         select BR2_PACKAGE_LIBGLIB2
4         select BR2_PACKAGE_LIBSIGC
5         depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
6         depends on BR2_INSTALL_LIBSTDCPP
7         depends on BR2_USE_WCHAR # libglib2
8         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
9         depends on BR2_USE_MMU # libglib2
10         help
11           The GLibmm package is a set of C++ bindings for GLib.
13           http://www.gtkmm.org/
15 comment "glibmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8"
16         depends on BR2_USE_MMU
17         depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_USE_WCHAR \
18                 || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS