pkg-config(1) on OpenBSD is not the one from freedesktop.org and hence has subtle differences (which don't impact real usage). The meson test fails because white space between operators are stripped by our pkg-config: $ grep Require /usr/local/lib/pkgconfig/xmlsec1.pc Requires: libxml-2.0 >= 2.8.0 libxslt >= 1.0.20 $ pkg-config --print-requires xmlsec1 libxml-2.0>=2.8.0 libxslt>=1.0.20pull/5380/head
parent
81170a9cbe
commit
e2f6f47fa3
1 changed files with 8 additions and 2 deletions
Loading…
Reference in new issue