From 9963c73150ee83e4b4e3112ae20cfbeb3137ef28 Mon Sep 17 00:00:00 2001 From: Kelson Date: Tue, 16 May 2017 16:23:50 +0200 Subject: [PATCH] Meson 'ctpp2_include_path' has to be declared --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f89ce8e60..f1da51e32 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ libicu_dep = dependency('icu-i18n') libzim_dep = dependency('libzim') pugixml_dep = dependency('pugixml') - +ctpp2_include_path = '' has_ctpp2_dep = false ctpp2_prefix_install = get_option('ctpp2-install-prefix') ctpp2_link_args = []