]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: protozero
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 17 Oct 2023 17:59:57 +0000 (19:59 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:52 +0000 (13:28 +0100)
ext/protozero/meson.build [new file with mode: 0644]
meson.build

diff --git a/ext/protozero/meson.build b/ext/protozero/meson.build
new file mode 100644 (file)
index 0000000..1bdaa4e
--- /dev/null
@@ -0,0 +1,3 @@
+dep_protozero = declare_dependency(
+  include_directories: include_directories('include'),
+)
index a7e94b3541e6cd775346f33a53557aaefd8ba57d..b28c9f4850fa00e3d931833be5f4c77c7d445b04 100644 (file)
@@ -85,7 +85,7 @@ subdir('meson' / 'various-headers')         # Various Headers
 # TODO Generate pdns_server.1 manpage
 
 # Ext
-ext_modules = ['arc4random', 'yahttp', 'ipcrypt', 'json11']
+ext_modules = ['arc4random', 'yahttp', 'ipcrypt', 'json11', 'protozero']
 subdir('ext')
 
 deps = [
@@ -115,6 +115,7 @@ deps = [
   dep_json11,
   dep_arc4random,
   dep_systemd,
+  dep_protozero,
 ]
 
 # Modules