mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
git: needs zlib and host-gettext
host-gettext fixes: http://autobuild.buildroot.net/results/a5b/a5b1bb708d62a9e296f05899f0984087fcf9e2ce/ zlib fixes: http://autobuild.buildroot.net/results/08f/08f5ed4dd35ad1ce06dda7577aae87b9aa7069b2/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
7672b1235d
commit
f7dbc3a500
@@ -8,10 +8,7 @@ GIT_VERSION = 1.8.3
|
||||
GIT_SITE = http://git-core.googlecode.com/files/
|
||||
GIT_LICENSE = GPLv2 LGPLv2.1+
|
||||
GIT_LICENSE_FILES = COPYING LGPL-2.1
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
GIT_DEPENDENCIES += zlib
|
||||
endif
|
||||
GIT_DEPENDENCIES = zlib host-gettext
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
GIT_DEPENDENCIES += openssl
|
||||
|
||||
Reference in New Issue
Block a user