generic-poky/openembedded/packages/dbus/dbus-0.36/no-introspect.patch

17 lines
832 B
Diff

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= \