From 12f148974f2f4a84630a09cd255211a9ebd27082 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 17 Jan 2017 15:56:02 +0100 Subject: [PATCH] Remove the need of the aria2c dependency. Aria2c is not use at all in kiwix-lib. Fix #13 --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index ef5d256ef..b000158a1 100644 --- a/meson.build +++ b/meson.build @@ -8,7 +8,6 @@ thread_dep = dependency('threads') libicu_dep = dependency('icu-i18n') libzim_dep = dependency('libzim') pugixml_dep = dependency('pugixml') -aria2_dep = find_program('aria2c') ctpp2_prefix_install = get_option('ctpp2-install-prefix')