Fix build with vector icons enabled
The invert-svg tool was never built so generating the Symbolic-Inverted icons failed. Thanks Ell for the hint how to fix this.
This commit is contained in:
parent
ef3edece9b
commit
c50449670b
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ invert-svg$(BUILD_EXEEXT): invert-svg.c
|
|||
#compute_svg_viewbox_LDADD = $(SVG_LIBS)
|
||||
|
||||
# Build tools which must be built for the host platform.
|
||||
all: invert-svg$(BUILD_EXEEXT)
|
||||
all-local: invert-svg$(BUILD_EXEEXT)
|
||||
|
||||
DISTCLEANFILES = invert-svg$(BUILD_EXEEXT)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue