package/perl-gd: drop gdlib-config
Drop gdlib-config as it won't be available after the bump to version
2.3.0. If gdlib-config is not available, perl-gd fallbacks on glibc.pc
since version 2.57:
069e6cfff6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
3577b64c51
commit
3a291be2e8
@ -7,7 +7,7 @@
|
||||
PERL_GD_VERSION = 2.73
|
||||
PERL_GD_SOURCE = GD-$(PERL_GD_VERSION).tar.gz
|
||||
PERL_GD_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN
|
||||
PERL_GD_DEPENDENCIES = zlib libpng freetype gd
|
||||
PERL_GD_DEPENDENCIES = host-pkgconf zlib libpng freetype gd
|
||||
PERL_GD_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_GD_LICENSE_FILES = LICENSE
|
||||
PERL_GD_DISTNAME = GD
|
||||
@ -16,7 +16,6 @@ PERL_GD_CONF_OPTS = \
|
||||
-lib_gd_path=$(STAGING_DIR)/usr \
|
||||
-lib_ft_path=$(STAGING_DIR)/usr \
|
||||
-lib_png_path=$(STAGING_DIR)/usr \
|
||||
-lib_zlib_path=$(STAGING_DIR)/usr \
|
||||
-gdlib_config_path=$(STAGING_DIR)/usr/bin
|
||||
-lib_zlib_path=$(STAGING_DIR)/usr
|
||||
|
||||
$(eval $(perl-package))
|
||||
|
Loading…
Reference in New Issue
Block a user