mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/gnuplot: drop gdlib-config
Drop gdlib-config and use pkg-config to find gd. Indeed, gdlib.pc is available since version 2.1.0 and071a2a94eeand gdlib-config has been dropped from version 2.3.0 gnuplot supports pkg-config to find gd since version 5.4.1 and4a64124cf5Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
6943c84d9c
commit
33fbea7f85
@@ -31,9 +31,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