[gnome-maps/wip/mlundblad/transit-plugin-gtfs-local: 8/16] Add build dependency for sqlite3
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/mlundblad/transit-plugin-gtfs-local: 8/16] Add build dependency for sqlite3
- Date: Mon, 9 Mar 2020 20:58:44 +0000 (UTC)
commit 14335e0c97a4d673301bc32a00069aab1ff50bf8
Author: Marcus Lundblad <ml update uu se>
Date: Fri Mar 6 22:15:36 2020 +0100
Add build dependency for sqlite3
meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 152f4292..a29ff9b2 100644
--- a/meson.build
+++ b/meson.build
@@ -38,7 +38,8 @@ libmaps_deps = [
dependency('champlain-0.12', version: '>= 0.12.14'),
dependency('libxml-2.0'),
dependency('rest-0.7', version: '>= 0.7.90'),
- dependency('libarchive')
+ dependency('libarchive'),
+ dependency('sqlite3')
]
msgfmt = find_program('msgfmt')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]