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