| From 0048ae2d225d25cc58f378718ca6f9ddb1a228f9 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 fddcf4c..f7d76c6 100644 |
| --- a/help/meson.build |
| +++ b/help/meson.build |
| @@ -32,7 +32,7 @@ help_media = [ |
| 'media/web-browser.png' |
| ] |
| |
| -gnome.yelp(meson.project_name(), |
| - sources: help_files, |
| - media: help_media, |
| -) |
| +#gnome.yelp(meson.project_name(), |
| +# sources: help_files, |
| +# media: help_media, |
| +#) |