diff options
Diffstat (limited to 'packages/dbus/dbus-0.61/no-introspect.patch')
-rw-r--r-- | packages/dbus/dbus-0.61/no-introspect.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/dbus/dbus-0.61/no-introspect.patch b/packages/dbus/dbus-0.61/no-introspect.patch deleted file mode 100644 index 1e43dd121b..0000000000 --- a/packages/dbus/dbus-0.61/no-introspect.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- dbus-0.50/tools/Makefile.am.orig 2005-09-07 10:03:49 +0200 -+++ dbus-0.50/tools/Makefile.am 2005-09-07 10:04:28 +0200 -@@ -21,11 +21,6 @@ - GTK_TOOLS= - endif - --if HAVE_GLIB --dbus-bus-introspect.xml: $(top_builddir)/bus/dbus-daemon$(EXEEXT) dbus-launch$(EXEEXT) dbus-send$(EXEEXT) $(top_builddir)/bus/dbus-daemon$(EXEEXT) 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= \ |