diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-07-23 14:22:47 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-07-23 14:22:47 +0000 |
commit | cc5c376f17654a5ccd678a55163c707346d76bf8 (patch) | |
tree | 40653d4c0d0a8de527279080a22b6bcdab3550c2 /packages/dbus/dbus-glib/no-examples.patch | |
parent | 68b5df2b8115eee9576ea414d2663a9000f54ee8 (diff) |
dbus: add 0.90, dbus-glib and dbus-python bindings 0.70
Diffstat (limited to 'packages/dbus/dbus-glib/no-examples.patch')
-rw-r--r-- | packages/dbus/dbus-glib/no-examples.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/dbus/dbus-glib/no-examples.patch b/packages/dbus/dbus-glib/no-examples.patch new file mode 100644 index 0000000000..483153db74 --- /dev/null +++ b/packages/dbus/dbus-glib/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\" + |