[libgda] Meson subproject: added dependency and renamed subproj dep
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Meson subproject: added dependency and renamed subproj dep
- Date: Tue, 9 Apr 2019 18:23:11 +0000 (UTC)
commit 8d7605bcf68f0214f9149d7f8639cf2cd79323c8
Author: Daniel Espinosa <esodan gmail com>
Date: Tue Apr 9 10:23:52 2019 -0500
Meson subproject: added dependency and renamed subproj dep
libgda/meson.build | 5 +++--
libgda/sql-parser/meson.build | 5 ++---
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libgda/meson.build b/libgda/meson.build
index 4e380ddfb..774740c72 100644
--- a/libgda/meson.build
+++ b/libgda/meson.build
@@ -343,7 +343,8 @@ libgda_deps = [
#ldap_deps,
gda_keywordshash_dep,
inc_sqliteh_dep,
- inc_libsql_parserh_dep
+ inc_libsql_parserh_dep,
+ token_types_dep
]
@@ -361,7 +362,7 @@ libgda = library(
install : true
)
-libgda_dep = declare_dependency(include_directories : inc_libgdah,
+libgdadep = declare_dependency(include_directories : inc_libgdah,
link_with : libgda,
dependencies: libgda_deps
)
diff --git a/libgda/sql-parser/meson.build b/libgda/sql-parser/meson.build
index 221540457..460619a1b 100644
--- a/libgda/sql-parser/meson.build
+++ b/libgda/sql-parser/meson.build
@@ -86,7 +86,7 @@ token_types = custom_target('token_types',
output: 'token_types.h',
install: false
)
-
+token_types_dep = declare_dependency(sources: token_types)
# mkenums_out = gnome_module.mkenums('s-enum-types-c',
@@ -144,7 +144,6 @@ libgda_sql_parser_sources += [
lemon_parserc,
lemon_parserh,
lemon_delimiterc,
- lemon_delimiterh,
- token_types
+ lemon_delimiterh
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]