summaryrefslogtreecommitdiffstats
path: root/package/gd
Commit message (Collapse)AuthorAgeFilesLines
* gd: add patch to fix gdlib-config scriptThomas Petazzoni2013-03-241-0/+32
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: use <pkg>_CONFIG_SCRIPTS wherever possibleThomas Petazzoni2013-02-081-9/+1
| | | | | | | | | | | Use the <pkg>_CONFIG_SCRIPTS mechanism in all packages for which it does all what the package was doing. A few packages, like libxslt, are for now left out, since they need some additional fixup (for example a fixup of includedir). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gd: explictly disable freetype support when not availablePeter Korsgaard2013-01-181-0/+2
| | | | | | | Otherwise it will try to run freetype-config from the host to check for availability. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gd: ensure libpng-config from staging is usedJean-Christian de Rivaz2013-01-182-0/+34
| | | | | | | | | | | | | The gd package configure call 'libpng-config' to get the compiler flags required to use the libpng. The configure correctly allow to specify the path of the staging libpng-config by using the ac_cv_path_LIBPNG_CONFIG but the configure.ac call simply 'libpng-config' instead of the specified one. The configure.ac is now modified to call the specified libpng_config. [Peter: explictly pass --without-png instead of auto detect] Signed-off-by: Jean-Christian de Rivaz <jc@eclis.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gd: fix build failure related to iconv/gettextGustavo Zacarias2012-12-151-0/+17
| | | | | | | | Fixes http://autobuild.buildroot.net/results/e3a2a81327877f9482341daff9623d759d1b2900/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gd: fix build with freetype but without fontconfigPeter Korsgaard2012-12-041-0/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/3309617d2d5e14c0713dbaf9185815d79293e33b Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add gd packagePeter Korsgaard2012-11-275-0/+248
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>