Skip to content
  • Jehan's avatar
    tools: invert-svg is to be built natively for the build OS. · 9a2da538
    Jehan authored
    Partially reverts commit 84439a87.
    The fact that tools/invert-svg was kind of manually compiled was on
    purpose. Using the automake syntax with any of the *_PROGRAMS compiles
    for the host OS, but this tool is only for compile-time.
    This fixes cross-compilation.
    
    As for compute_svg_viewbox, let's not build it for now because its
    purpose was to help proper extraction of SVG icons from a single SVG
    file. Unfortunately librsvg was not providing acceptable results anyway
    so right now all SVG icons are manually exported. We keep the code for
    future use when the library will improve.
    9a2da538