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.
6 Upstream-Status: Inappropriate [relies on oe-core specific hacks]
7 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10 1 file changed, 2 insertions(+), 4 deletions(-)
12 diff --git a/meson.build b/meson.build
13 index d104cea..7acb88a 100644
16 @@ -397,10 +397,8 @@ endif
20 -if not meson.is_cross_build()
22 - subdir('thumbnailer')
25 +subdir('thumbnailer')