summaryrefslogtreecommitdiff
path: root/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-09-02 13:00:13 +0000
committerRichard Purdie <richard@openedhand.com>2005-09-02 13:00:13 +0000
commit255a4ed2bfbf928d5c12d74e48b3759de7241e0d (patch)
tree81db022dbcfa024e01599370de88039b22f1f0d8 /openembedded/packages/dbus/dbus-0.36/no-introspect.patch
parent6de1ae1e2e610b0120a0fcd914f39dfa27ce1e9e (diff)
downloadopenembedded-core-255a4ed2bfbf928d5c12d74e48b3759de7241e0d.tar.gz
openembedded-core-255a4ed2bfbf928d5c12d74e48b3759de7241e0d.tar.bz2
openembedded-core-255a4ed2bfbf928d5c12d74e48b3759de7241e0d.tar.xz
openembedded-core-255a4ed2bfbf928d5c12d74e48b3759de7241e0d.zip
Remove gtk xsettings patch. Add dbus 0.36
git-svn-id: https://svn.o-hand.com/repos/poky@16 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/dbus/dbus-0.36/no-introspect.patch')
-rw-r--r--openembedded/packages/dbus/dbus-0.36/no-introspect.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/openembedded/packages/dbus/dbus-0.36/no-introspect.patch b/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
new file mode 100644
index 000000000..822afccf0
--- /dev/null
+++ b/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
@@ -0,0 +1,16 @@
+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= \