summaryrefslogtreecommitdiff
path: root/packages/openmoko-projects/diversity-daemon/no-xmmp.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-05-09 14:20:52 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-05-09 14:20:52 +0000
commitb308cdc3283673906ff273f82fcc7409557bcad3 (patch)
treeaef4609eb50832fef8056055f993dc94e0bd75f8 /packages/openmoko-projects/diversity-daemon/no-xmmp.patch
parent1d47fa9fd3040db45b2063b18812ff1dd2622c0e (diff)
packages/openmoko-projects/diversity* : diversity updates from OM mtn
Diffstat (limited to 'packages/openmoko-projects/diversity-daemon/no-xmmp.patch')
-rw-r--r--packages/openmoko-projects/diversity-daemon/no-xmmp.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/openmoko-projects/diversity-daemon/no-xmmp.patch b/packages/openmoko-projects/diversity-daemon/no-xmmp.patch
new file mode 100644
index 0000000000..2065e97dce
--- /dev/null
+++ b/packages/openmoko-projects/diversity-daemon/no-xmmp.patch
@@ -0,0 +1,24 @@
+Index: diversity-xmpp-backend/Makefile.am
+===================================================================
+--- a/diversity-xmpp-backend/Makefile.am (revision 276)
++++ a/diversity-xmpp-backend/Makefile.am (working copy)
+@@ -1,3 +1,4 @@
++if HAVE_XMPP
+ INCLUDES = -I${top_srcdir}/include
+
+ AM_CPPFLAGS = \
+@@ -4,9 +5,7 @@
+ $(GLIB_CFLAGS) \
+ $(LM_CFLAGS)
+
+-if HAVE_XMPP
+ noinst_LTLIBRARIES = libdiversity-xmpp-backend.la
+-endif
+
+ noinst_HEADERS = diversity-xmpp-backend.h
+
+@@ -48,3 +47,4 @@
+
+ xmpp-marshal.h: xmpp-marshal.list
+ $(GLIB_GENMARSHAL) --prefix xmpp_marshal --header $< > $@
++endif