[gnome-maps/wip/mlundblad/transit-plugin-gtfs-local: 7/16] Add libarchive as a dependency
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/mlundblad/transit-plugin-gtfs-local: 7/16] Add libarchive as a dependency
- Date: Mon, 9 Mar 2020 20:58:39 +0000 (UTC)
commit 89ed7098664f7e6eeb361cc1eb3c09ffdab7339d
Author: Marcus Lundblad <ml update uu se>
Date: Sat Feb 15 09:29:00 2020 +0100
Add libarchive as a dependency
meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 97e61e04..152f4292 100644
--- a/meson.build
+++ b/meson.build
@@ -37,7 +37,8 @@ libmaps_deps = [
dependency('geocode-glib-1.0', version: '>= 3.15.2'),
dependency('champlain-0.12', version: '>= 0.12.14'),
dependency('libxml-2.0'),
- dependency('rest-0.7', version: '>= 0.7.90')
+ dependency('rest-0.7', version: '>= 0.7.90'),
+ dependency('libarchive')
]
msgfmt = find_program('msgfmt')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]