1From b8dcbf03b315d31759176e9d4fd389e8fda6ffcd Mon Sep 17 00:00:00 2001 2From: Jussi Kukkonen <jussi.kukkonen@intel.com> 3Date: Tue, 22 Mar 2016 15:14:58 +0200 4Subject: [PATCH] Install gio-querymodules as libexec_PROGRAM 5 6We want to install this binary with the gio library, and debian 7renamer does not cope with library packages with files in ${bindir} 8 9Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> 10Upstream-Status: Inappropriate [OE specific] 11--- 12 gio/meson.build | 1 + 13 1 file changed, 1 insertion(+) 14 15diff --git a/gio/meson.build b/gio/meson.build 16index 854b95a..5d91b89 100644 17--- a/gio/meson.build 18+++ b/gio/meson.build 19@@ -1038,6 +1038,7 @@ gio_querymodules = executable('gio-querymodules', 'gio-querymodules.c', 'giomodu 20 c_args : gio_c_args, 21 # intl.lib is not compatible with SAFESEH 22 link_args : noseh_link_args, 23+ install_dir: glib_libexecdir, 24 dependencies : [libgio_dep, libgobject_dep, libgmodule_dep, libglib_dep]) 25 26 glib_compile_schemas = executable('glib-compile-schemas', 27