libsvgtiny: needs gperf on the host
And fix the .mk file name while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e09aa60493
commit
94962bf597
@ -10,7 +10,7 @@ LIBSVGTINY_SVNDIR = libsvgtiny-svn-r$(LIBSVGTINY_VERSION)
|
||||
LIBSVGTINY_SOURCE = $(LIBSVGTINY_SVNDIR).tar.bz2
|
||||
LIBSVGTINY_INSTALL_STAGING = YES
|
||||
LIBSVGTINY_INSTALL_TARGET = YES
|
||||
LIBSVGTINY_DEPENDENCIES = libxml2
|
||||
LIBSVGTINY_DEPENDENCIES = libxml2 host-gperf
|
||||
|
||||
$(DL_DIR)/$(LIBSVGTINY_SOURCE):
|
||||
$(SVN_CO) -r $(LIBSVGTINY_VERSION) $(LIBSVGTINY_SITE) $(BUILD_DIR)/$(LIBSVGTINY_SVNDIR)
|
Loading…
Reference in New Issue
Block a user