mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
b2f192faab
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
745 B
Diff
15 lines
745 B
Diff
--- 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= \
|