summaryrefslogtreecommitdiffstats
path: root/package/git/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-06-03 05:15:48 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-03 22:27:08 +0200
commitf7dbc3a50061249a14d04627b9659304ebd1ea8c (patch)
tree8f729f56234c4c451f0e8648c127b9a8842b006c /package/git/Config.in
parent7672b1235d8f786938af66068c1c1da8a766bb38 (diff)
downloadbuildroot-novena-f7dbc3a50061249a14d04627b9659304ebd1ea8c.tar.gz
buildroot-novena-f7dbc3a50061249a14d04627b9659304ebd1ea8c.zip
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>
Diffstat (limited to 'package/git/Config.in')
-rw-r--r--package/git/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/git/Config.in b/package/git/Config.in
index 31e5ffe5d..dc342aa7b 100644
--- a/package/git/Config.in
+++ b/package/git/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_GIT
bool "git"
depends on BR2_LARGEFILE
+ select BR2_PACKAGE_ZLIB
help
Git is a free and open source distributed version control system
designed to handle everything from small to very large projects.