Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
anna (navi@social.vlhl.dev)'s status on Monday, 21-Apr-2025 07:29:59 JST anna
@leo @puppygirlhornypost2 @wyatt
meson: uses pkg-config to attempt to locate a dependency (optionally can attempt that weird cmake format)
if that fails, attempt to download and build the dependency from a wrap file, if such file is available
if that fails, then it tells the user "can't find dependency"
that's, how you do it. integration with native first, download+build as a last resort