blob: 597864d9ac447e818384981d9a777a6ba9e1b41b [file] [log] [blame]
Andrew Geissler4b740dc2020-05-05 08:54:39 -05001From 0015db45cd1bfefc04959dffab5dabeead93136f Mon Sep 17 00:00:00 2001
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05002From: 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]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050012---
Brad Bishop19323692019-04-05 15:28:33 -040013 gio/meson.build | 1 +
Brad Bishop15ae2502019-06-18 21:44:24 -040014 1 file changed, 1 insertion(+)
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050015
Brad Bishop19323692019-04-05 15:28:33 -040016diff --git a/gio/meson.build b/gio/meson.build
Andrew Geissler4b740dc2020-05-05 08:54:39 -050017index 2ef60ed..532b086 100644
Brad Bishop19323692019-04-05 15:28:33 -040018--- a/gio/meson.build
19+++ b/gio/meson.build
Andrew Geissler4b740dc2020-05-05 08:54:39 -050020@@ -936,6 +936,7 @@ gio_querymodules = executable('gio-querymodules', 'gio-querymodules.c', 'giomodu
Brad Bishop19323692019-04-05 15:28:33 -040021 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',