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
|
2009-03-18 12:27:49 +01:00
|
|
|
depends on BR2_PACKAGE_DBUS
|
|
|
|
depends on BR2_PACKAGE_PYTHON
|
|
|
|
select BR2_PACKAGE_DBUS_GLIB
|
|
|
|
help
|
|
|
|
Python bindings for D-Bus
|
|
|
|
|
|
|
|
http://dbus.freedesktop.org/doc/dbus-python/
|
2010-05-25 23:38:44 +02:00
|
|
|
|
|
|
|
comment "dbus-python requires a toolchain with WCHAR support"
|
|
|
|
depends on BR2_PACKAGE_DBUS && BR2_PACKAGE_PYTHON && !BR2_USE_WCHAR
|