Re: Meson build error
Werner LEMBERG <[email protected]> Mon, 02 Mar 2026 13:37:36 +0000
| Newsgroups | gmane.comp.fonts.freetype.devel |
|---|---|
| Message-ID | <[email protected]> |
> Are you using this wrap file?
>
> https://github.com/mesonbuild/wrapdb/blob/master/subprojects/zlib.wrap
Yes. My mistake was to fetch and copy this directly. The right way
is to call `meson wrap install <library>` instead, which apparently
performs some additional massaging (as can be seen in commit
bf1f34d75e).
Werner