mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GNUPLOT_VERSION = 5.4.0
|
||||
GNUPLOT_VERSION = 5.4.3
|
||||
GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION)
|
||||
GNUPLOT_LICENSE = gnuplot license (open source)
|
||||
GNUPLOT_LICENSE_FILES = Copyright
|
||||
GNUPLOT_CPE_ID_VENDOR = gnuplot_project
|
||||
|
||||
GNUPLOT_AUTORECONF = YES
|
||||
|
||||
@@ -31,9 +32,7 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GD)$(BR2_PACKAGE_LIBPNG),yy)
|
||||
GNUPLOT_CONF_OPTS += --with-gd
|
||||
GNUPLOT_DEPENDENCIES += gd
|
||||
GNUPLOT_CONF_ENV += \
|
||||
ac_cv_path_GDLIB_CONFIG=$(STAGING_DIR)/usr/bin/gdlib-config
|
||||
GNUPLOT_DEPENDENCIES += host-pkgconf gd
|
||||
else
|
||||
GNUPLOT_CONF_OPTS += --without-gd
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user