summaryrefslogtreecommitdiffstats
path: root/package/sdl_ttf
Commit message (Collapse)AuthorAgeFilesLines
* SDL_ttf needs freetype to be built and installed first.Julien Boibessot2010-01-251-1/+1
| | | | | Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
| | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* sdl_ttf: provide path to freetype includesPeter Korsgaard2008-11-191-1/+1
| | | | closes #6374.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* sdl_ttf: fix sdl dependencyPeter Korsgaard2008-07-172-1/+2
| | | | Patch by artemys - Closes #4164.
* sdl_ttf: needs freetypePeter Korsgaard2008-07-161-0/+4
| | | | | | Update help text while we're at it. Based on patch by artemys. Closes #4154.
* add SDL_ttf packageIvan Kuten2007-11-162-0/+85