mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
freetype: only depend on zlib if it is available
The dependency is only there so zlib gets built before freetype if it's available (for shared configure cache)
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
#
|
||||
#############################################################
|
||||
FREETYPE_VERSION = $(strip $(subst ",, $(BR2_FREETYPE_VERSION)))
|
||||
#"))
|
||||
FREETYPE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/freetype
|
||||
FREETYPE_SOURCE = freetype-$(FREETYPE_VERSION).tar.bz2
|
||||
FREETYPE_LIBTOOL_PATCH = NO
|
||||
FREETYPE_INSTALL_STAGING = YES
|
||||
FREETYPE_INSTALL_TARGET = YES
|
||||
FREETYPE_MAKE_OPT = CCexe="$(HOSTCC)"
|
||||
FREETYPE_DEPENDENCIES = uclibc pkgconfig zlib
|
||||
FREETYPE_DEPENDENCIES = uclibc pkgconfig $(if $(BR2_PACKAGE_ZLIB,zlib)
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,freetype))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user