summaryrefslogtreecommitdiffstats
path: root/package/gnuplot
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-04-03 01:04:23 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-03 22:42:38 +0200
commit18ff7e0503651aa5b76bc5ccb9c75ba6b85da2c5 (patch)
tree1ec081e6da6c9b8c09806186253db0d24523d30b /package/gnuplot
parent05c73a95718908b8223a37e6c3e6d36b7eded565 (diff)
downloadbuildroot-novena-18ff7e0503651aa5b76bc5ccb9c75ba6b85da2c5.tar.gz
buildroot-novena-18ff7e0503651aa5b76bc5ccb9c75ba6b85da2c5.zip
gnuplot: gd support needs libpng
GD support in gnuplot needs PNG support in GD. So make sure we are getting the full package to enable it, fixes: http://autobuild.buildroot.net/results/678bd3babfcb3535e3a9ed1e111f741c3d3101f3/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gnuplot')
-rw-r--r--package/gnuplot/gnuplot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gnuplot/gnuplot.mk b/package/gnuplot/gnuplot.mk
index a68c7ae39..25ba90d8b 100644
--- a/package/gnuplot/gnuplot.mk
+++ b/package/gnuplot/gnuplot.mk
@@ -24,7 +24,7 @@ GNUPLOT_CONF_OPT = --without-x \
--without-latex \
--without-cairo
-ifeq ($(BR2_PACKAGE_GD),y)
+ifeq ($(BR2_PACKAGE_GD)$(BR2_PACKAGE_LIBPNG),yy)
GNUPLOT_CONF_OPT += --with-gd
GNUPLOT_DEPENDENCIES += gd
GNUPLOT_CONF_ENV += \