[gnome-dictionary] build: Add a dependency on the generated sources
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary] build: Add a dependency on the generated sources
- Date: Tue, 11 Apr 2017 22:14:12 +0000 (UTC)
commit de143bf56a972413e5cef8b2d081d5574a218137
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Apr 11 23:13:44 2017 +0100
build: Add a dependency on the generated sources
libgdict/meson.build | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgdict/meson.build b/libgdict/meson.build
index 45e401d..8e56292 100644
--- a/libgdict/meson.build
+++ b/libgdict/meson.build
@@ -86,6 +86,7 @@ libgdict_lib = static_library('libgdict-1.0',
link_args: libgdict_ldflags,
install: false)
-libgdict_dep = declare_dependency(link_with: libgdict_lib,
+libgdict_dep = declare_dependency(sources: libgdict_enums + libgdict_marshal,
+ link_with: libgdict_lib,
include_directories: [ libgdict_inc ],
dependencies: [ gio_dep, gtk_dep ])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]