summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/dbus/dbus-0.36/no-introspect.patch')
-rw-r--r--openembedded/packages/dbus/dbus-0.36/no-introspect.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/openembedded/packages/dbus/dbus-0.36/no-introspect.patch b/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
new file mode 100644
index 0000000000..822afccf03
--- /dev/null
+++ b/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
@@ -0,0 +1,16 @@
1Index: dbus-0.36/tools/Makefile.am
2===================================================================
3--- dbus-0.36.orig/tools/Makefile.am 2005-07-08 16:25:28.000000000 +0000
4+++ dbus-0.36/tools/Makefile.am 2005-09-02 12:26:02.000000000 +0000
5@@ -21,11 +21,6 @@
6 GTK_TOOLS=
7 endif
8
9-if HAVE_GLIB
10-dbus-bus-introspect.xml: $(top_builddir)/bus/dbus-daemon dbus-launch dbus-send $(top_builddir)/bus/dbus-daemon Makefile
11- DBUS_TOP_BUILDDIR=$(top_builddir) $(srcdir)/run-with-tmp-session-bus.sh ./dbus-send --print-reply=literal --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Introspectable.Introspect > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
12-endif
13-
14 bin_PROGRAMS=dbus-send $(GLIB_TOOLS) dbus-launch dbus-cleanup-sockets $(GTK_TOOLS)
15
16 dbus_send_SOURCES= \