Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937031 - media-libs/libwebp: Include cmake files?
Summary: media-libs/libwebp: Include cmake files?
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-01 03:16 UTC by colin
Modified: 2024-11-15 19:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description colin 2024-08-01 03:16:32 UTC
WebPConfig.cmake is not provided by this package, which seems to cause dependent projects to fail to find libwebp unless they include their own logic
Comment 1 Eli Schwartz gentoo-dev 2024-11-15 19:48: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.