Summary: | media-libs/libwebp: Include cmake files? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | colin |
Component: | Current packages | Assignee: | Chromium Project <chromium> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | eschwartz |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
colin
2024-08-01 03:16:32 UTC
Probably those projects should include their own logic anyways, then (it is as simple as using both pkg_check_modules and find_package and using the first one that succeeds), as it's hardly guaranteed that any given distributor will happen to use cmake. In fact, probably as a general rule of thumb projects depending on libwebp should use pkg_check_modules on linux and find_package on Windows. |