diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-12-24 08:54:24 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-24 11:41:05 +0100 |
commit | 38f09d6873436cfe4606ae32adbe4ac99bb8ad61 (patch) | |
tree | 6643ba4b0a47bf0532a20a26e2f3e62ac683a640 /package/gnuplot/gnuplot.mk | |
parent | 7163d7f5e7af3540a95455c871f2caa87061ab93 (diff) | |
download | buildroot-38f09d6873436cfe4606ae32adbe4ac99bb8ad61.tar.gz buildroot-38f09d6873436cfe4606ae32adbe4ac99bb8ad61.zip |
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gnuplot/gnuplot.mk')
-rw-r--r-- | package/gnuplot/gnuplot.mk | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/package/gnuplot/gnuplot.mk b/package/gnuplot/gnuplot.mk index 238da6865c..4408ece5be 100644 --- a/package/gnuplot/gnuplot.mk +++ b/package/gnuplot/gnuplot.mk @@ -11,18 +11,19 @@ GNUPLOT_LICENSE_FILES = Copyright GNUPLOT_AUTORECONF = YES -GNUPLOT_CONF_OPTS = --without-x \ - --disable-raise-console \ - --disable-mouse \ - --without-tutorial \ - --disable-demo \ - --without-row-help \ - --disable-history-file \ - --without-lisp-files \ - --disable-wxwidgets \ - --without-lua \ - --without-latex \ - --without-cairo +GNUPLOT_CONF_OPTS = \ + --without-x \ + --disable-raise-console \ + --disable-mouse \ + --without-tutorial \ + --disable-demo \ + --without-row-help \ + --disable-history-file \ + --without-lisp-files \ + --disable-wxwidgets \ + --without-lua \ + --without-latex \ + --without-cairo ifeq ($(BR2_PACKAGE_GD)$(BR2_PACKAGE_LIBPNG),yy) GNUPLOT_CONF_OPTS += --with-gd |