diff options
| author | Jonas Schnelli <[email protected]> | 2016-12-23 09:52:08 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-12-23 10:09:49 +0100 |
| commit | b01667c77802f7eeda8b8c82d0c8358b601a9e16 (patch) | |
| tree | b52e60a982a092d520da11a2adddcef4c5bb37a3 /configure.ac | |
| parent | build: Fix 'make deploy' for OSX (diff) | |
| download | discoin-b01667c77802f7eeda8b8c82d0c8358b601a9e16.tar.xz discoin-b01667c77802f7eeda8b8c82d0c8358b601a9e16.zip | |
Mention RSVG dependency when creating the disk image on OSX
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e068f2287..74808cd33 100644 --- a/configure.ac +++ b/configure.ac @@ -353,6 +353,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) |