2
1

Config.in 225 B

123456789
  1. config BR2_PACKAGE_DBUS_PYTHON
  2. bool "dbus-python"
  3. depends on BR2_PACKAGE_DBUS
  4. depends on BR2_PACKAGE_PYTHON
  5. select BR2_PACKAGE_DBUS_GLIB
  6. help
  7. Python bindings for D-Bus
  8. http://dbus.freedesktop.org/doc/dbus-python/