kiwix-lib pc need libmicrohttpd

This commit is contained in:
Matthieu Gautier 2020-10-07 17:48:30 +02:00
parent 61f9d4ab3a
commit 9c925f6778
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ subdir('static')
subdir('src')
subdir('test')
pkg_requires = ['libzim', 'icu-i18n', 'pugixml', 'libcurl']
pkg_requires = ['libzim', 'icu-i18n', 'pugixml', 'libcurl', 'libmicrohttpd']
pkg_conf = configuration_data()
pkg_conf.set('prefix', get_option('prefix'))