Skip to content

Commit ce6c888

Browse files
authored
rsvg: remove workaround for zune-jpeg (#261)
1 parent 3f8bff4 commit ce6c888

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

build/lin.sh

+2-8
Original file line numberDiff line numberDiff line change
@@ -417,14 +417,8 @@ sed -i'.bak' "/image = /s/, \"gif\", \"webp\"//" rsvg/Cargo.toml
417417
sed -i'.bak' "/cairo-rs = /s/, \"pdf\", \"ps\"//" {librsvg-c,rsvg}/Cargo.toml
418418
# Skip build of rsvg-convert
419419
sed -i'.bak' "/subdir('rsvg_convert')/d" meson.build
420-
# https://github.com/etemesi254/zune-image/pull/187
421-
# https://github.com/bevyengine/bevy/issues/14117#issuecomment-2236518551
422-
# https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
423-
cat >> Cargo.toml <<EOL
424-
[patch.crates-io]
425-
zune-jpeg = { git = "https://github.com/ironpeak/zune-image.git", rev = "eebb01b" }
426-
EOL
427-
# Regenerate the lockfile for zune-jpeg
420+
# Update and regenerate the lockfile for zune-jpeg
421+
# https://github.com/etemesi254/zune-image/pull/242
428422
cargo update zune-jpeg
429423
# Remove the --static flag from the PKG_CONFIG env since Rust does not
430424
# parse that correctly.

0 commit comments

Comments
 (0)