Config.in 672 B

123456789101112131415161718
  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. http://dbus.freedesktop.org/doc/dbus-python/
  14. comment "dbus-python needs a toolchain w/ wchar, threads"
  15. depends on BR2_PACKAGE_DBUS && (BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3)
  16. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS