mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-23 12:54:06 +08: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 and071a2a94ee
and gdlib-config has been dropped from version 2.3.0 gnuplot supports pkg-config to find gd since version 5.4.1 and4a64124cf5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user