summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus-glib.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-13 12:15:08 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-23 13:52:58 +0200
commit5776ae6b2bfe82dda885b315095c64909f81979c (patch)
tree94d93e2486e61940bccb4acf87f66e03a833c12f /rules/host-dbus-glib.make
parent372051ef0dab5c159812a04e30d75c7822118263 (diff)
downloadptxdist-5776ae6b2bfe82dda885b315095c64909f81979c.tar.gz
ptxdist-5776ae6b2bfe82dda885b315095c64909f81979c.tar.xz
[dbus-glib] install dbus-bus-introspect.xml in host-dbus-glib to pkgdir
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-dbus-glib.make')
-rw-r--r--rules/host-dbus-glib.make11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/host-dbus-glib.make b/rules/host-dbus-glib.make
index 1c8f71a76..8a5923c4b 100644
--- a/rules/host-dbus-glib.make
+++ b/rules/host-dbus-glib.make
@@ -37,4 +37,15 @@ HOST_DBUS_GLIB_AUTOCONF := \
--disable-gtk-doc \
--disable-tests
+# ----------------------------------------------------------------------------
+# Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/host-dbus-glib.install:
+ @$(call targetinfo)
+ @$(call install, HOST_DBUS_GLIB)
+ install -D -m 644 "$(HOST_DBUS_GLIB_DIR)/tools/dbus-bus-introspect.xml" \
+ "$(HOST_DBUS_GLIB_PKGDIR)/share/dbus-glib/dbus-bus-introspect.xml"
+ @$(call touch)
+
# vim: syntax=make