summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eggdbus/eggdbus/marshal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eggdbus/eggdbus/marshal.patch')
-rw-r--r--meta/recipes-core/eggdbus/eggdbus/marshal.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-core/eggdbus/eggdbus/marshal.patch b/meta/recipes-core/eggdbus/eggdbus/marshal.patch
new file mode 100644
index 0000000000..2b2cb4985b
--- /dev/null
+++ b/meta/recipes-core/eggdbus/eggdbus/marshal.patch
@@ -0,0 +1,26 @@
1Index: eggdbus-0.6/src/eggdbus/Makefile.am
2===================================================================
3--- eggdbus-0.6.orig/src/eggdbus/Makefile.am
4+++ eggdbus-0.6/src/eggdbus/Makefile.am
5@@ -130,7 +130,7 @@ BUILT_SOURCES = \
6 $(NULL)
7
8 eggdbus-built-sources.stamp : eggdbus-binding-tool Makefile.am org.freedesktop.DBus.xml org.freedesktop.DBus.Peer.xml org.freedesktop.DBus.Properties.xml org.freedesktop.DBus.Introspectable.xml eggdbus-glib-genmarshal
9- EGG_DBUS_GENMARSHAL=$(top_builddir)/src/eggdbus/eggdbus-glib-genmarshal $(top_builddir)/src/eggdbus/eggdbus-binding-tool \
10+ EGG_DBUS_GENMARSHAL=eggdbus-glib-genmarshal eggdbus-binding-tool \
11 --namespace EggDBus \
12 --dbus-namespace org.freedesktop.DBus \
13 --interfaces-only \
14Index: eggdbus-0.6/src/tests/Makefile.am
15===================================================================
16--- eggdbus-0.6.orig/src/tests/Makefile.am
17+++ eggdbus-0.6/src/tests/Makefile.am
18@@ -25,7 +25,7 @@ BUILT_SOURCES = \
19 $(NULL)
20
21 test-built-sources.stamp : Makefile.am $(top_builddir)/src/eggdbus/eggdbus-binding-tool com.example.Frob.xml com.example.Tweak.xml com.example.Twiddle.xml
22- EGG_DBUS_GENMARSHAL=$(top_builddir)/src/eggdbus/eggdbus-glib-genmarshal $(top_builddir)/src/eggdbus/eggdbus-binding-tool \
23+ EGG_DBUS_GENMARSHAL=eggdbus-glib-genmarshal eggdbus-binding-tool \
24 --namespace "Test" \
25 --dbus-namespace "com.example" \
26 --include-header testtypes.h \