[gtk/gtk-3-24-meson: 78/95] meson: statically link immodules under mingw by default
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 78/95] meson: statically link immodules under mingw by default
- Date: Thu, 11 Apr 2019 14:57:58 +0000 (UTC)
commit 65f2fe828c66e4f4d63ac8f6bca2a79f2888c97b
Author: Christoph Reiter <reiter christoph gmail com>
Date: Sun Mar 31 19:12:08 2019 +0200
meson: statically link immodules under mingw by default
To match what the autotools build does right now.
meson.build | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 2142509d2c..1e806e974d 100644
--- a/meson.build
+++ b/meson.build
@@ -615,8 +615,9 @@ builtin_modules_opt = get_option('builtin_immodules')
builtin_immodules = []
if builtin_modules_opt == ''
- if cc.get_id() == 'msvc'
- # Current MSVC projects build all immodules directly into GTK by default
+ if os_win32
+ # Current MSVC projects build all immodules directly into GTK by default,
+ # as does the mingw autotools build
message('IMModules are built into GTK for MSVC builds by default')
builtin_immodules = ['all']
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]