diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-28 12:28:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-28 12:28:47 +0200 |
commit | 81050ac54c50ecf5f61608db1cf1dd512a0838d5 (patch) | |
tree | 0fc604afff889afe403594d407519db3e7e13afc /recipes/dbus/dbus-glib-0.86/no-examples.patch | |
parent | 6942f5fd596a63071a925eab42b8af0fdb1b8a80 (diff) |
dbus-glib: ad 0.86
Diffstat (limited to 'recipes/dbus/dbus-glib-0.86/no-examples.patch')
-rw-r--r-- | recipes/dbus/dbus-glib-0.86/no-examples.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/dbus/dbus-glib-0.86/no-examples.patch b/recipes/dbus/dbus-glib-0.86/no-examples.patch new file mode 100644 index 0000000000..483153db74 --- /dev/null +++ b/recipes/dbus/dbus-glib-0.86/no-examples.patch @@ -0,0 +1,8 @@ +--- dbus-glib-0.70/dbus/Makefile.am.orig 2006-07-23 16:04:43.000000000 +0200 ++++ dbus-glib-0.70/dbus/Makefile.am 2006-07-23 16:04:52.000000000 +0200 +@@ -1,4 +1,4 @@ +-SUBDIRS = . examples ++SUBDIRS = . + + INCLUDES=-I$(top_srcdir) $(DBUS_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) -DDBUS_COMPILATION=1 -DDBUS_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" + |