1 From d02a8e202d2fe5caf3449683e0ccdf84a482a325 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 meson.build | 6 ++----
11 1 file changed, 2 insertions(+), 4 deletions(-)
13 diff --git a/meson.build b/meson.build
14 index 73034d1..d114016 100644
17 @@ -378,10 +378,8 @@ subdir('gdk-pixbuf')
21 -if not meson.is_cross_build()
23 - subdir('thumbnailer')
26 +subdir('thumbnailer')
29 build_docs = get_option('gtk_doc') or get_option('docs')