1From 0015db45cd1bfefc04959dffab5dabeead93136f 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--- 13 gio/meson.build | 1 + 14 1 file changed, 1 insertion(+) 15 16diff --git a/gio/meson.build b/gio/meson.build 17index 2ef60ed..532b086 100644 18--- a/gio/meson.build 19+++ b/gio/meson.build 20@@ -936,6 +936,7 @@ gio_querymodules = executable('gio-querymodules', 'gio-querymodules.c', 'giomodu 21 c_args : gio_c_args, 22 # intl.lib is not compatible with SAFESEH 23 link_args : noseh_link_args, 24+ install_dir: glib_libexecdir, 25 dependencies : [libgio_dep, libgobject_dep, libgmodule_dep, libglib_dep]) 26 27 glib_compile_schemas = executable('glib-compile-schemas', 28