Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | From c2495a4c042e6a675da69bab20cc3669391e8e2a Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 3 | Date: Wed, 23 Aug 2017 18:38:26 +0300 |
| 4 | Subject: [PATCH 1/2] Do not build anything in help/ as it requires itstool. |
| 5 | |
| 6 | Upstream-Status: Inappropriate [oe-core specific] |
| 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
| 8 | --- |
| 9 | meson.build | 1 - |
| 10 | 1 file changed, 1 deletion(-) |
| 11 | |
| 12 | diff --git a/meson.build b/meson.build |
| 13 | index 4ac3934..8c4369a 100644 |
| 14 | --- a/meson.build |
| 15 | +++ b/meson.build |
| 16 | @@ -116,7 +116,6 @@ subdir('tools') |
| 17 | subdir('tests') |
| 18 | |
| 19 | subdir('data') |
| 20 | -subdir('help') |
| 21 | subdir('po') |
| 22 | |
| 23 | meson.add_install_script('build-aux/meson_post_install.sh') |
| 24 | -- |
| 25 | 2.14.1 |
| 26 | |