summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch')
-rw-r--r--meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch b/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch
new file mode 100644
index 0000000000..0999a85153
--- /dev/null
+++ b/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch
@@ -0,0 +1,32 @@
1Index: eggdbus-0.6/docs/eggdbus/Makefile.am
2===================================================================
3--- eggdbus-0.6.orig/docs/eggdbus/Makefile.am
4+++ eggdbus-0.6/docs/eggdbus/Makefile.am
5@@ -87,11 +87,7 @@ HTML_IMAGES = \
6 # Extra options to supply to gtkdoc-fixref
7 FIXXREF_OPTIONS=
8
9-if ENABLE_GTK_DOC
10-include $(top_srcdir)/gtk-doc.make
11-else
12 CLEANFILES =
13-endif
14
15 CLEANFILES += *~ \
16 eggdbus-scan.* \
17Index: eggdbus-0.6/docs/tests/Makefile.am
18===================================================================
19--- eggdbus-0.6.orig/docs/tests/Makefile.am
20+++ eggdbus-0.6/docs/tests/Makefile.am
21@@ -65,11 +65,7 @@ HTML_IMAGES = \
22 # Extra options to supply to gtkdoc-fixref
23 FIXXREF_OPTIONS=
24
25-if ENABLE_GTK_DOC
26-include $(top_srcdir)/gtk-doc.make
27-else
28 CLEANFILES =
29-endif
30
31 CLEANFILES += *~ \
32 tests-scan.* \