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 / qt5 / qt5connectivity / Config.in
1 config BR2_PACKAGE_QT5CONNECTIVITY
2         bool "qt5connectivity"
3         select BR2_PACKAGE_BLUEZ_UTILS
4         select BR2_PACKAGE_QT5BASE
5         select BR2_PACKAGE_QT5BASE_CONCURRENT
6         select BR2_PACKAGE_QT5BASE_DBUS
7         depends on !BR2_STATIC_LIBS # bluez_utils
8         depends on BR2_USE_WCHAR # bluez_utils
9         depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils
10         depends on BR2_USE_MMU # bluez_utils
11         help
12           Qt is a cross-platform application and UI framework for
13           developers using C++.
14
15           This package corresponds to the qt5connectivity module.
16
17           http://qt.io
18
19 comment "qt5connectivity needs a toolchain w/ wchar, threads, dynamic library"
20         depends on BR2_USE_MMU
21         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS