summaryrefslogtreecommitdiffstats
path: root/package/dbus-python/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/dbus-python/Config.in')
-rw-r--r--package/dbus-python/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/dbus-python/Config.in b/package/dbus-python/Config.in
new file mode 100644
index 000000000..f5705a544
--- /dev/null
+++ b/package/dbus-python/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_DBUS_PYTHON
+ bool "dbus-python"
+ 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/