blob: a6c4f92c868b689ba76ec90549d7016e45bd3255 [file] [log] [blame]
William A. Kennington IIIac69b482021-06-02 12:28:27 -07001From 77c9f87dc2b3ad0854a678e234e22dfb31902b82 Mon Sep 17 00:00:00 2001
Brad Bishop316dfdd2018-06-25 12:45:53 -04002From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 31 Jan 2018 15:50:38 +0200
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08004Subject: [PATCH] help/meson.build: disable the use of yelp
Brad Bishop316dfdd2018-06-25 12:45:53 -04005
6In particular this avoids calling itstool which oe-core doesn't provide.
7
8Upstream-Status: Inappropriate [oe-core specific]
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
Brad Bishop316dfdd2018-06-25 12:45:53 -040011---
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012 help/meson.build | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
Brad Bishop316dfdd2018-06-25 12:45:53 -040014
15diff --git a/help/meson.build b/help/meson.build
William A. Kennington IIIac69b482021-06-02 12:28:27 -070016index ff324dd..f5e421d 100644
Brad Bishop316dfdd2018-06-25 12:45:53 -040017--- a/help/meson.build
18+++ b/help/meson.build
William A. Kennington IIIac69b482021-06-02 12:28:27 -070019@@ -31,7 +31,7 @@ help_media = [
20 'media/org.gnome.Epiphany.svg'
Brad Bishop316dfdd2018-06-25 12:45:53 -040021 ]
22
23-gnome.yelp(meson.project_name(),
24- sources: help_files,
25- media: help_media,
Brad Bishop316dfdd2018-06-25 12:45:53 -040026-)
27+#gnome.yelp(meson.project_name(),
28+# sources: help_files,
29+# media: help_media,
Brad Bishop316dfdd2018-06-25 12:45:53 -040030+#)