aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/notification-daemon/files/dbus-glib-tool-prefix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/notification-daemon/files/dbus-glib-tool-prefix.patch')
-rw-r--r--recipes/notification-daemon/files/dbus-glib-tool-prefix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/notification-daemon/files/dbus-glib-tool-prefix.patch b/recipes/notification-daemon/files/dbus-glib-tool-prefix.patch
new file mode 100644
index 0000000000..bfe06f7737
--- /dev/null
+++ b/recipes/notification-daemon/files/dbus-glib-tool-prefix.patch
@@ -0,0 +1,13 @@
+Index: notification-daemon-0.3.6/src/Makefile.am
+===================================================================
+--- notification-daemon-0.3.6.orig/src/Makefile.am 2007-01-15 16:25:37.000000000 +0100
++++ notification-daemon-0.3.6/src/Makefile.am 2007-01-15 16:26:01.000000000 +0100
+@@ -13,7 +13,7 @@
+ BUILT_SOURCES = notificationdaemon-dbus-glue.h
+
+ notificationdaemon-dbus-glue.h: notificationdaemon.xml
+- dbus-binding-tool --mode=glib-server \
++ dbus-binding-tool --mode=glib-server --prefix= \
+ $(srcdir)/notificationdaemon.xml > notificationdaemon-dbus-glue.h
+
+ INCLUDES = \