@ -1,19 +1,24 @@
[ requires ]
[ requires ]
build = [
build = [
"pkgconfig(libdeflate)"
"pkgconfig(libdeflate)"
]
]
lib = [
lib = [
"pkgconfig(libdeflate)"
"pkgconfig(libdeflate)"
]
]
[ package ]
[ package ]
cargo-toml-patch-comments = [
cargo-toml-patch-comments = [
"Make the dependency on crate(pkg-config) non-optional instead of associating it with the “dynamic” feature, since we patch the crate to always link dynamically with the system libdeflate, regardless of the selected features." ,
"" " \
Make the dependency on crate ( pkg-config ) non-optional instead of associating \
it with the “ dynamic ” feature , since we patch the crate to always link \
dynamically with the system libdeflate , regardless of the selected \
features . \
"" " ,
]
]
[ scripts . prep ]
[ scripts . prep ]
pre = [
pre = [
'' '
'' '
# Remove the bundled copy of libdeflate.
# Remove the bundled copy of libdeflate.
rm -rv libdeflate
rm -rv libdeflate
# Make libdeflate detection with pkg-config unconditional.
# Make libdeflate detection with pkg-config unconditional.