Commit 608b6e20 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

buildimage: Use "rsvg-convert" as the default RSVG command.

The command "rsvg" was renamed to "rsvg-convert" five years ago. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 30c957b9
......@@ -42,7 +42,7 @@ my @hotspot;
# Get the programs from the environment variables
my $convert = $ENV{"CONVERT"} || "convert";
my $rsvg = $ENV{"RSVG"} || "rsvg";
my $rsvg = $ENV{"RSVG"} || "rsvg-convert";
my @icotool_args = ($ENV{"ICOTOOL"} || "icotool", "--create",
$ext eq "cur" ? "--cursor" : "--icon", "-o", $outFileName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment