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:
parent
80161f54e3
commit
309ff4f976
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user