]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Add missing TODO item
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 26 Jul 2023 12:56:49 +0000 (14:56 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:30 +0000 (13:28 +0100)
meson.build

index 7be490fb6d560215097e8fafbca8458ea21e669a..21a9ce444d820140fb9118f3e2833f1baffa9c5e 100644 (file)
@@ -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')