mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #51 from kiwix/declare_ctpp2_include_path
Meson 'ctpp2_include_path' has to be declared
This commit is contained in:
commit
d360b9143c
|
@ -11,7 +11,7 @@ libicu_dep = dependency('icu-i18n')
|
||||||
libzim_dep = dependency('libzim')
|
libzim_dep = dependency('libzim')
|
||||||
pugixml_dep = dependency('pugixml')
|
pugixml_dep = dependency('pugixml')
|
||||||
|
|
||||||
|
ctpp2_include_path = ''
|
||||||
has_ctpp2_dep = false
|
has_ctpp2_dep = false
|
||||||
ctpp2_prefix_install = get_option('ctpp2-install-prefix')
|
ctpp2_prefix_install = get_option('ctpp2-install-prefix')
|
||||||
ctpp2_link_args = []
|
ctpp2_link_args = []
|
||||||
|
|
Loading…
Reference in New Issue