You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
571 B
21 lines
571 B
################################################################################
|
|
#
|
|
# libgd
|
|
#
|
|
################################################################################
|
|
|
|
LIBGD_VERSION = 2.3.3
|
|
LIBGD_DIR = libgd-$(LIBGD_VERSION)
|
|
LIBGD_SOURCE = libgd-$(LIBGD_VERSION).tar.xz
|
|
LIBGD_SITE = https://github.com/libgd/libgd/releases/download/gd-$(LIBGD_VERSION)
|
|
|
|
LIBGD_DEPENDENCIES = zlib libpng libjpeg-turbo freetype
|
|
|
|
LIBGD_CONF_OPTS = \
|
|
--bindir=$(REMOVE_bindir) \
|
|
--without-fontconfig \
|
|
--without-xpm \
|
|
--without-x
|
|
|
|
libgd: | $(TARGET_DIR)
|
|
$(call autotools-package)
|
|
|