Skip to content

Commit

Permalink
Reintroduce rsvg-convert to cross mac builds
Browse files Browse the repository at this point in the history
rsvg-convert is needed for both native and cross mac builds.
  • Loading branch information
Fuzzbawls committed Mar 11, 2017
1 parent ed2ba64 commit dad38ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ case $host in
AC_PATH_TOOL([INSTALLNAMETOOL], [install_name_tool], install_name_tool)
AC_PATH_TOOL([OTOOL], [otool], otool)
AC_PATH_PROGS([GENISOIMAGE], [genisoimage mkisofs],genisoimage)
AC_PATH_PROGS([RSVG_CONVERT], [rsvg-convert rsvg],rsvg-convert)
AC_PATH_PROGS([IMAGEMAGICK_CONVERT], [convert],convert)
AC_PATH_PROGS([TIFFCP], [tiffcp],tiffcp)

Expand Down

0 comments on commit dad38ba

Please sign in to comment.