Remove the need of the aria2c dependency.

Aria2c is not use at all in kiwix-lib.

Fix #13
This commit is contained in:
Matthieu Gautier 2017-01-17 15:56:02 +01:00
parent 72f1be3dbd
commit 12f148974f
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ thread_dep = dependency('threads')
libicu_dep = dependency('icu-i18n') libicu_dep = dependency('icu-i18n')
libzim_dep = dependency('libzim') libzim_dep = dependency('libzim')
pugixml_dep = dependency('pugixml') pugixml_dep = dependency('pugixml')
aria2_dep = find_program('aria2c')
ctpp2_prefix_install = get_option('ctpp2-install-prefix') ctpp2_prefix_install = get_option('ctpp2-install-prefix')