2009-03-18 12:27:49 +01:00
|
|
|
config BR2_PACKAGE_DBUS_PYTHON
|
|
|
|
bool "dbus-python"
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
2009-03-18 12:27:49 +01:00
|
|
|
depends on BR2_PACKAGE_DBUS
|
2014-11-20 14:53:31 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
2009-03-18 12:27:49 +01:00
|
|
|
select BR2_PACKAGE_DBUS_GLIB
|
2013-11-19 03:10:46 +01:00
|
|
|
# pyexpat: runtime dependency only
|
2014-11-20 14:53:31 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
|
|
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
|
2009-03-18 12:27:49 +01:00
|
|
|
help
|
|
|
|
Python bindings for D-Bus
|
|
|
|
|
|
|
|
http://dbus.freedesktop.org/doc/dbus-python/
|
2010-05-25 23:38:44 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "dbus-python needs a toolchain w/ wchar, threads"
|
2014-11-20 14:53:31 +01:00
|
|
|
depends on BR2_PACKAGE_DBUS && (BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3)
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|