mirror of https://github.com/kiwix/libkiwix.git
Remove the need of the aria2c dependency.
Aria2c is not use at all in kiwix-lib. Fix #13
This commit is contained in:
parent
72f1be3dbd
commit
12f148974f
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue