summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-04-17 14:06:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-04-17 16:16:10 +0200
commit18286b87b6dafa2441dd4f6fe651774926904c0b (patch)
tree71ec46b91253d70fb90e82e5682a5496cd13ee86 /rules/glib.in
parent4c97a8a85788b9a2c15dfe37ce2d4e035837781b (diff)
downloadptxdist-18286b87b6dafa2441dd4f6fe651774926904c0b.tar.gz
ptxdist-18286b87b6dafa2441dd4f6fe651774926904c0b.tar.xz
glib: add gdbus tool support
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/glib.in')
-rw-r--r--rules/glib.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/glib.in b/rules/glib.in
index 946f1a9a9..431bae50c 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -25,4 +25,11 @@ if GLIB
# bool
# prompt "experimental version"
+config GLIB_GDBUS
+ bool
+ prompt "gdbus"
+ help
+ gdbus is a command line dbus tool, based on the glib internal gdbus
+ implementation.
+
endif