summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch17
1 files changed, 15 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch b/meta/recipes-core/glib-2.0/glib-2.0/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch
index 97d0aff5d6..f246254942 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch
@@ -1,4 +1,4 @@
1From 856045927b9ab391165c0ebabf401835f8439eab Mon Sep 17 00:00:00 2001 1From 17fc9230fb932432d8faaaabf8c56fdc4845495e Mon Sep 17 00:00:00 2001
2From: Jussi Kukkonen <jussi.kukkonen@intel.com> 2From: Jussi Kukkonen <jussi.kukkonen@intel.com>
3Date: Tue, 22 Mar 2016 15:14:58 +0200 3Date: Tue, 22 Mar 2016 15:14:58 +0200
4Subject: [PATCH] Install gio-querymodules as libexec_PROGRAM 4Subject: [PATCH] Install gio-querymodules as libexec_PROGRAM
@@ -11,7 +11,8 @@ Upstream-Status: Inappropriate [OE specific]
11 11
12--- 12---
13 gio/Makefile.am | 3 ++- 13 gio/Makefile.am | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-) 14 gio/meson.build | 1 +
15 2 files changed, 3 insertions(+), 1 deletion(-)
15 16
16diff --git a/gio/Makefile.am b/gio/Makefile.am 17diff --git a/gio/Makefile.am b/gio/Makefile.am
17index e14cad2..bf2bcc7 100644 18index e14cad2..bf2bcc7 100644
@@ -27,3 +28,15 @@ index e14cad2..bf2bcc7 100644
27 28
28 glib_compile_resources_LDADD = libgio-2.0.la \ 29 glib_compile_resources_LDADD = libgio-2.0.la \
29 $(top_builddir)/gobject/libgobject-2.0.la \ 30 $(top_builddir)/gobject/libgobject-2.0.la \
31diff --git a/gio/meson.build b/gio/meson.build
32index b83d8f5..85d8b14 100644
33--- a/gio/meson.build
34+++ b/gio/meson.build
35@@ -925,6 +925,7 @@ gio_querymodules = executable('gio-querymodules', 'gio-querymodules.c', 'giomodu
36 c_args : gio_c_args,
37 # intl.lib is not compatible with SAFESEH
38 link_args : noseh_link_args,
39+ install_dir: glib_libexecdir,
40 dependencies : [libgio_dep, libgobject_dep, libgmodule_dep, libglib_dep])
41
42 glib_compile_schemas = executable('glib-compile-schemas',