diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-22 09:37:39 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-22 09:37:39 +0000 |
commit | ce8e801d9b95f70dbffff6e8d7de4df67478ff29 (patch) | |
tree | a39d344e60a677e208e37d27660077aad538a656 /packages/notification-daemon/files/dbus-glib-tool-prefix.patch | |
parent | 2b5598807571ca28c8c81a415ea14748fff94fc2 (diff) | |
parent | 0e17043b9f0c264dc77531c3c635c4e2e3d6a819 (diff) |
merge of '81bbe6194f50dea1d1a9838b702680d8b353e689'
and '86d064241f76c59a2663d25f57ee15ef950bee4b'
Diffstat (limited to 'packages/notification-daemon/files/dbus-glib-tool-prefix.patch')
-rw-r--r-- | packages/notification-daemon/files/dbus-glib-tool-prefix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/notification-daemon/files/dbus-glib-tool-prefix.patch b/packages/notification-daemon/files/dbus-glib-tool-prefix.patch new file mode 100644 index 0000000000..bfe06f7737 --- /dev/null +++ b/packages/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 = \ |