[gnome-maps/wip/mlundblad/transit-plugin-gtfs-local: 6/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: 6/14] Add build	dependency for sqlite3
 
- Date: Tue, 17 Mar 2020 21:23:59 +0000 (UTC)
 
commit 49de9c692d0d5859c6af30baa957d30a2cc3c789
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]