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 / dbus-python / Config.in
1 config BR2_PACKAGE_DBUS_PYTHON
2         bool "dbus-python"
3         depends on BR2_USE_WCHAR # glib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5         depends on BR2_PACKAGE_DBUS
6         depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
7         select BR2_PACKAGE_DBUS_GLIB
8         # pyexpat: runtime dependency only
9         select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
10         select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
11         help
12           Python bindings for D-Bus
13
14           http://dbus.freedesktop.org/doc/dbus-python/
15
16 comment "dbus-python needs a toolchain w/ wchar, threads"
17         depends on BR2_PACKAGE_DBUS && (BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3)
18         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS