summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch
blob: 118b5d1825537b5fe4b8be5bf8e281b7c1d435d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 3725c254f1d1d8204fa299e71c1e2bfd0ff6a634 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Wed, 31 Jan 2018 15:50:38 +0200
Subject: [PATCH] help/meson.build: disable the use of yelp

In particular this avoids calling itstool which oe-core doesn't provide.

Upstream-Status: Inappropriate [oe-core specific]
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>

---
 help/meson.build | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/help/meson.build b/help/meson.build
index 484860c..d9b2e80 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -32,7 +32,7 @@ help_media = [
   'media/epiphany-private-3-36.png'
 ]
 
-gnome.yelp(meson.project_name(),
-  sources: help_files,
-  media: help_media,
-)
+#gnome.yelp(meson.project_name(),
+#  sources: help_files,
+#  media: help_media,
+#)