luaposix: bump to version 31
[buildroot-gz.git] / package / dbus-python / Config.in
blob61e81e7fde020d14f38cd599b49557c260c13bf4
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
7         select BR2_PACKAGE_DBUS_GLIB
8         help
9           Python bindings for D-Bus
11           http://dbus.freedesktop.org/doc/dbus-python/
13 comment "dbus-python requires a toolchain with WCHAR and threading support"
14         depends on BR2_PACKAGE_DBUS && BR2_PACKAGE_PYTHON && \
15                 (!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS)