summaryrefslogtreecommitdiff
path: root/package/libsvgtiny
AgeCommit message (Collapse)Author
2012-07-17all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-03-11packages: remove redundant INSTALL_TARGET=YES declarationsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29package: remove useless arguments from GENTARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-12libsvgtiny: bump version for stroke-width fixPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-13Use the normal download method for libsvgtinyMaxime Petazzoni
Now that the generic download method supports Subversion, fall back to the normal usage of AUTOTARGETS for libsvgtiny. Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-07-08libsvgtiny: needs host-pkg-configPeter Korsgaard
The makefile uses pkg-config for libxml2 support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-08libsvgtiny: remove TARGET_CONFIGURE_ENVPeter Korsgaard
TARGET_CONFIG_ENV got removed in e721a7c07 (Merge TARGET_CONFIGURE_ENV into TARGET_CONFIGURE_OPTS), so remove it from the recent libsvgtiny package as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-06libsvgtiny: fix clean command namePeter Korsgaard
Thanks to Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-06libsvgtiny: only print debugging if GRADIENT_DEBUG is enabledPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-06libsvgtiny: pass TARGET_CONFIGURE_ENV / OPTS to each make invocationPeter Korsgaard
As it doesn't use a ./configure, we need to pass it each time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-06libsvgtiny: needs gperf on the hostPeter Korsgaard
And fix the .mk file name while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-05package: add libsvgtiny libraryPeter Korsgaard
No official releases, so use svn snapshot like tremor :/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>