[gtk+] meson: Require gtkmarshal_h before we build gtk
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] meson: Require gtkmarshal_h before we build gtk
- Date: Wed, 3 May 2017 14:23:37 +0000 (UTC)
commit 5116b2b612eac07bdeca9177dcd594701f22149f
Author: Timm Bäder <mail baedert org>
Date: Tue Sep 20 17:02:12 2016 +0200
meson: Require gtkmarshal_h before we build gtk
gdk/meson.build | 3 +--
gtk/meson.build | 3 ++-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk/meson.build b/gdk/meson.build
index dd9baec..25c56c9 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -364,8 +364,7 @@ endif
libgdk = shared_library('gdk',
- gdk_sources,
- gdkenum_h,
+ sources: [gdk_sources, gdkconfig, gdkenum_h],
c_args: ['-DHAVE_CONFIG_H', '-DGDK_COMPILATION'],
include_directories: [confinc, xinc, wlinc],
dependencies: gdk_deps,
diff --git a/gtk/meson.build b/gtk/meson.build
index f2c6379..c5acb5f 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -819,6 +819,7 @@ endif
libgtk = shared_library('gtk',
gtk_sources,
+ gtkmarshal_h,
c_args: [
'-DGTK_COMPILATION', '-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED',
'-DGTK_BINARY_VERSION="3"', '-DGTK_HOST="bob"',
@@ -839,6 +840,6 @@ libgtk_dep = declare_dependency(
gtktypebuiltins_h,
],
dependencies: gtk_deps,
- link_with: libgtk,
+ link_with: [libgtk, libgdk],
include_directories: [confinc, gtkinc]
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]