]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
0fe13a387a272646b14926c57e17310eec00913c
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 From 1a532e090c558a830de9503f56e23414e880bb95 Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Wed, 5 Jun 2019 14:17:55 +0200
4 Subject: [PATCH] Build thumbnailer and tests also in cross builds.
5
6 Upstream-Status: Inappropriate [relies on oe-core specific hacks]
7 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8 ---
9 meson.build | 6 ++----
10 1 file changed, 2 insertions(+), 4 deletions(-)
11
12 diff --git a/meson.build b/meson.build
13 index d104cea..7acb88a 100644
14 --- a/meson.build
15 +++ b/meson.build
16 @@ -397,10 +397,8 @@ endif
17 # i18n
18 subdir('po')
19
20 -if not meson.is_cross_build()
21 - subdir('tests')
22 - subdir('thumbnailer')
23 -endif
24 +subdir('tests')
25 +subdir('thumbnailer')
26
27 # Documentation
28 subdir('docs')