The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / glibmm / Config.in
1 config BR2_PACKAGE_GLIBMM
2         bool "glibmm"
3         select BR2_PACKAGE_LIBGLIB2
4         select BR2_PACKAGE_LIBSIGC
5         depends on BR2_INSTALL_LIBSTDCPP
6         depends on BR2_USE_WCHAR # libglib2
7         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
8         depends on BR2_USE_MMU # libglib2
9         help
10           The GLibmm package is a set of C++ bindings for GLib.
11
12           http://www.gtkmm.org/
13
14 comment "glibmm needs a toolchain w/ C++, wchar, threads"
15         depends on BR2_USE_MMU
16         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
17                 !BR2_TOOLCHAIN_HAS_THREADS