]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add cmake to auth build deps (needed for libdecaf)
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 5 Apr 2023 16:06:13 +0000 (18:06 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Fri, 21 Apr 2023 07:08:41 +0000 (09:08 +0200)
tasks.py

index 8cc8e55b387ec7b80a733a5583ee1b2fc650aaa7..d6b0c670fbd893440f8902c7cdf93648d11fd5dc 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -46,6 +46,7 @@ auth_build_deps = [    # FIXME: perhaps we should be stealing these from the deb
     'ruby-dev',
     'sqlite3',
     'unixodbc-dev',
+    'cmake',
 ]
 rec_build_deps = [
     'libcap-dev',