From: Fred Morcos Date: Tue, 17 Oct 2023 17:59:57 +0000 (+0200) Subject: Meson: protozero X-Git-Tag: rec-5.1.0-alpha1~80^2~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f47bda9071a6d507c33f13be0b5a6578c1617aad;p=thirdparty%2Fpdns.git Meson: protozero --- diff --git a/ext/protozero/meson.build b/ext/protozero/meson.build new file mode 100644 index 0000000000..1bdaa4e60a --- /dev/null +++ b/ext/protozero/meson.build @@ -0,0 +1,3 @@ +dep_protozero = declare_dependency( + include_directories: include_directories('include'), +) diff --git a/meson.build b/meson.build index a7e94b3541..b28c9f4850 100644 --- a/meson.build +++ b/meson.build @@ -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