<div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>looks like it is a good time to switch to pkgconf and replace ancient pkg-config, right ?<br><br></div><div><br></div>What are the benefits ? Barely none for luser :)<br></div>In theory it should have a positive impact on building packages, by building better optimized chain of dependecies when linking i.e.<br><br></div>pkg-conf: $ldflags -lbar -lfoo<br></div>pkgconf: $ldlags -lfoo<br><br></div>why only -lfoo, because pkgconf is smart enough and knows that -lfoo is linked with -lbar already.<br><div><div><div><br>More info.<br><a href="https://github.com/pkgconf/pkgconf">https://github.com/pkgconf/pkgconf</a><br></div></div></div></div>