[gnome-maps/wip/mlundblad/transit-plugin-gtfs-local: 4/14] 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: 4/14] Add build dependency for sqlite3
- Date: Sat, 21 Mar 2020 15:32:14 +0000 (UTC)
commit f9cb39530d89ade20bc8be8a76bf1d46a3650800
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]