summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
blob: 822afccf03f9b34da639eca18987d8f311fd4b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: dbus-0.36/tools/Makefile.am
===================================================================
--- dbus-0.36.orig/tools/Makefile.am	2005-07-08 16:25:28.000000000 +0000
+++ dbus-0.36/tools/Makefile.am	2005-09-02 12:26:02.000000000 +0000
@@ -21,11 +21,6 @@
 GTK_TOOLS=
 endif
 
-if HAVE_GLIB
-dbus-bus-introspect.xml: $(top_builddir)/bus/dbus-daemon dbus-launch dbus-send $(top_builddir)/bus/dbus-daemon Makefile
-	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
-endif
-
 bin_PROGRAMS=dbus-send $(GLIB_TOOLS) dbus-launch dbus-cleanup-sockets $(GTK_TOOLS)
 
 dbus_send_SOURCES=				\