blob: 110b32a490796db9cd470949a5a5b0262889aed1 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From 8c7ced988def52654946458a3779e383b27f14f7 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Thu, 14 Feb 2019 17:56:10 +0100
Brad Bishop6e60e8b2018-02-01 10:27:11 -05004Subject: [PATCH] Work-around thumbnailer cross-compile failure
5
6Install gdk-pixbuf-print-mime-types that's needed for thumbnail
7metadata generation.
8
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009The upstream issue is https://bugzilla.gnome.org/show_bug.cgi?id=779057
10
11Upstream-Status: Inappropriate [workaround]
Brad Bishop19323692019-04-05 15:28:33 -040012Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013---
Brad Bishop19323692019-04-05 15:28:33 -040014 thumbnailer/meson.build | 1 +
15 1 file changed, 1 insertion(+)
Brad Bishop6e60e8b2018-02-01 10:27:11 -050016
Brad Bishop19323692019-04-05 15:28:33 -040017diff --git a/thumbnailer/meson.build b/thumbnailer/meson.build
18index e801144..aaafec8 100644
19--- a/thumbnailer/meson.build
20+++ b/thumbnailer/meson.build
21@@ -10,6 +10,7 @@ executable('gdk-pixbuf-thumbnailer',
22 gdk_pixbuf_print_mime_types = executable('gdk-pixbuf-print-mime-types',
23 'gdk-pixbuf-print-mime-types.c',
24 c_args: common_cflags,
25+ install: true,
26 dependencies: gdk_pixbuf_deps + [ gdkpixbuf_dep ])
Brad Bishop6e60e8b2018-02-01 10:27:11 -050027
Brad Bishop19323692019-04-05 15:28:33 -040028 custom_target('thumbnailer',