]> git.pld-linux.org Git - packages/criterion.git/blame - criterion-shared-nanopb.patch
libgit2 1.7.x rebuild
[packages/criterion.git] / criterion-shared-nanopb.patch
CommitLineData
c0cb262c
JB
1--- criterion-2.4.2/meson.build.orig 2023-09-01 10:21:07.575847344 +0200
2+++ criterion-2.4.2/meson.build 2023-09-01 16:43:34.211113324 +0200
3@@ -181,7 +181,7 @@ else
b91549db
JB
4 endif
5
c0cb262c
JB
6 nanopb = dependency('nanopb', required: get_option('wrap_mode') == 'nofallback', method: 'cmake',
7- modules: ['nanopb::protobuf-nanopb-static'])
8+ modules: ['nanopb::protobuf-nanopb'])
b91549db 9 must_regenerate_pb = nanopb.found()
c0cb262c
JB
10 if (not nanopb.found()
11 or get_option('wrap_mode') == 'forcefallback'
This page took 0.428787 seconds and 4 git commands to generate.