Files
poky/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
Richard Purdie 255a4ed2bf Remove gtk xsettings patch. Add dbus 0.36
git-svn-id: https://svn.o-hand.com/repos/poky@16 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-09-02 13:00:13 +00:00

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