gentoo-ebuilds/media-gfx/oxipng/files/libdeflater-1.20.0-relax-libdeflate-sys-version.patch
YOSHIOKA Takuma 7542625a54
media-gfx/oxipng: relax libdeflate version requirement
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
Closes: https://github.com/gentoo/gentoo/pull/39539
Signed-off-by: Sam James <sam@gentoo.org>
2024-12-01 14:55:49 +00:00

13 lines
354 B
Diff

diff --git a/build.rs b/build.rs
index 9c5f169589aa..14f79d18d5f7 100644
--- a/build.rs
+++ b/build.rs
@@ -9,7 +9,7 @@ fn main() {
if pkg_config::Config::new()
.print_system_libs(false)
.cargo_metadata(true)
- .exactly_version("1.20")
+ .atleast_version("1.20")
.probe("libdeflate")
.is_ok()
{