aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/eggdbus/eggdbus/gtk-doc.patch
diff options
context:
space:
mode:
authorBian Naimeng <biannm@cn.fujitsu.com>2014-11-14 17:20:04 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-12-17 13:11:57 +0100
commitedcf03b5fb576dbeae3784471aec8c2b7a9a04a8 (patch)
tree4a05ca936fab83f07cee2a0b9b0d4edc7ef093e2 /meta-oe/recipes-core/eggdbus/eggdbus/gtk-doc.patch
parent19153a5797c8c484bccc773505cbceff15b14cc6 (diff)
downloadmeta-openembedded-contrib-edcf03b5fb576dbeae3784471aec8c2b7a9a04a8.tar.gz
eggdbus: port from openembedded.
Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/eggdbus/eggdbus/gtk-doc.patch')
-rw-r--r--meta-oe/recipes-core/eggdbus/eggdbus/gtk-doc.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/eggdbus/eggdbus/gtk-doc.patch b/meta-oe/recipes-core/eggdbus/eggdbus/gtk-doc.patch
new file mode 100644
index 0000000000..abd7ff4166
--- /dev/null
+++ b/meta-oe/recipes-core/eggdbus/eggdbus/gtk-doc.patch
@@ -0,0 +1,34 @@
+Upstream-Status: Inappropriate [configuration]
+
+Index: eggdbus-0.6/docs/eggdbus/Makefile.am
+===================================================================
+--- eggdbus-0.6.orig/docs/eggdbus/Makefile.am
++++ eggdbus-0.6/docs/eggdbus/Makefile.am
+@@ -87,11 +87,7 @@ HTML_IMAGES = \
+ # Extra options to supply to gtkdoc-fixref
+ FIXXREF_OPTIONS=
+
+-if ENABLE_GTK_DOC
+-include $(top_srcdir)/gtk-doc.make
+-else
+ CLEANFILES =
+-endif
+
+ CLEANFILES += *~ \
+ eggdbus-scan.* \
+Index: eggdbus-0.6/docs/tests/Makefile.am
+===================================================================
+--- eggdbus-0.6.orig/docs/tests/Makefile.am
++++ eggdbus-0.6/docs/tests/Makefile.am
+@@ -65,11 +65,7 @@ HTML_IMAGES = \
+ # Extra options to supply to gtkdoc-fixref
+ FIXXREF_OPTIONS=
+
+-if ENABLE_GTK_DOC
+-include $(top_srcdir)/gtk-doc.make
+-else
+ CLEANFILES =
+-endif
+
+ CLEANFILES += *~ \
+ tests-scan.* \