package/gnuplot: bump version to 5.4.9

Changelog:
http://www.gnuplot.info/ReleaseNotes_5_4_9.html

Signed-off-by: Michael Fischer <mf@go-sys.de>
[Peter: use --without-qt for consistency]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Michael Fischer
2023-09-27 21:01:12 +02:00
committed by Peter Korsgaard
parent da8bd82e3b
commit 6dc3d3c360
2 changed files with 7 additions and 6 deletions
+3 -2
View File
@@ -4,7 +4,7 @@
#
################################################################################
GNUPLOT_VERSION = 5.4.7
GNUPLOT_VERSION = 5.4.9
GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION)
GNUPLOT_LICENSE = gnuplot license (open source)
GNUPLOT_LICENSE_FILES = Copyright
@@ -23,7 +23,8 @@ GNUPLOT_CONF_OPTS = \
--disable-wxwidgets \
--without-lua \
--without-latex \
--without-cairo
--without-cairo \
--without-qt
# relocation truncated to fit: R_68K_GOT16O
ifeq ($(BR2_m68k_cf),y)