From: Fred Morcos Date: Wed, 26 Jul 2023 12:56:49 +0000 (+0200) Subject: Meson: Add missing TODO item X-Git-Tag: rec-5.1.0-alpha1~80^2~324 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2dd556f82fa4865530bfcf62505b81ee52089f3;p=thirdparty%2Fpdns.git Meson: Add missing TODO item --- diff --git a/meson.build b/meson.build index 7be490fb6d..21a9ce444d 100644 --- a/meson.build +++ b/meson.build @@ -63,6 +63,7 @@ if not ragel.found() and not fs.exists('pdns/dnslabeltext.cc') error('Ragel is missing and `pdns/dnslabeltext.cc` cannot be found. ' + 'Install Ragel or download the sources from www.powerdns.com') endif +# TODO Generate pdns/dnslabeltext.cc # Backend Unit Tests opt_backend_unittests = get_option('backend-unit-tests')