Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | From fc314fc3a66c92fe73e1a0cea4f49d11b29e1f45 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 3 | Date: Wed, 31 Jan 2018 15:50:38 +0200 |
| 4 | Subject: [PATCH 2/2] help/meson.build: disable the use of yelp |
| 5 | |
| 6 | In particular this avoids calling itstool which oe-core doesn't provide. |
| 7 | |
| 8 | Upstream-Status: Inappropriate [oe-core specific] |
| 9 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
| 10 | --- |
| 11 | help/meson.build | 10 +++++----- |
| 12 | 1 file changed, 5 insertions(+), 5 deletions(-) |
| 13 | |
| 14 | diff --git a/help/meson.build b/help/meson.build |
| 15 | index f720add..cbfeb1e 100644 |
| 16 | --- a/help/meson.build |
| 17 | +++ b/help/meson.build |
| 18 | @@ -46,8 +46,8 @@ help_linguas = [ |
| 19 | 'sv' |
| 20 | ] |
| 21 | |
| 22 | -gnome.yelp(meson.project_name(), |
| 23 | - sources: help_files, |
| 24 | - media: help_media, |
| 25 | - languages: help_linguas, |
| 26 | -) |
| 27 | +#gnome.yelp(meson.project_name(), |
| 28 | +# sources: help_files, |
| 29 | +# media: help_media, |
| 30 | +# languages: help_linguas, |
| 31 | +#) |
| 32 | -- |
| 33 | 2.15.1 |
| 34 | |