[gtk/wip/nirbheek/gtk-3-24-meson] fixup! meson: Sync build files with master and update to 3.24
- From: Nirbheek Chauhan <nirbheekc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/nirbheek/gtk-3-24-meson] fixup! meson: Sync build files with master and update to 3.24
- Date: Tue, 20 Nov 2018 11:18:13 +0000 (UTC)
commit d955e41f40bd3334501bab79a04b3693247db8a1
Author: Nirbheek Chauhan <nirbheek centricular com>
Date: Tue Nov 20 16:47:55 2018 +0530
fixup! meson: Sync build files with master and update to 3.24
gdk/meson.build | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/gdk/meson.build b/gdk/meson.build
index 8f3614f6a8..c64e231bf5 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -254,17 +254,17 @@ if gdk_backends.length() == 0
error('No backends enabled')
endif
-# FIXME: might have to add '-xobjective-c' to c_args for quartz backend?
libgdk = shared_library('gdk-3',
- sources: [gdk_sources, gdk_backends_gen_headers, gdkconfig],
- dependencies: gdk_deps,
- include_directories: [confinc, gdkx11_inc, wlinc],
- c_args: [
- '-DGDK_COMPILATION',
- '-DG_LOG_DOMAIN="Gdk"',
- ] + common_cflags,
- link_whole: gdk_backends,
- link_args: common_ldflags)
+ sources: [gdk_sources, gdk_backends_gen_headers, gdkconfig],
+ dependencies: gdk_deps,
+ include_directories: [confinc, gdkx11_inc, wlinc],
+ c_args: [
+ '-DGDK_COMPILATION',
+ '-DG_LOG_DOMAIN="Gdk"',
+ ] + common_cflags,
+ link_whole: gdk_backends,
+ link_args: common_ldflags,
+ install: true)
libgdk_dep = declare_dependency(
link_with: libgdk,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]