Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/meson.build b/meson.build
2index 6585129..9489aef 100644
3--- a/meson.build
4+++ b/meson.build
5@@ -64,10 +64,10 @@ unity_dep = declare_dependency(
6 if not meson.is_subproject()
7 pkg = import('pkgconfig')
8 pkg.generate(
9- name: meson.project_name(),
10+ unity_lib,
11 version: meson.project_version(),
12- libraries: [ unity_lib ],
13- description: 'C Unit testing framework.'
14+ subdirs: 'unity',
15+ extra_cflags: unity_args,
16 )
17 endif
18