make: added missing builddeps for chroot.

This commit is contained in:
Juan RP 2011-07-06 14:53:49 +02:00
parent c041bb246d
commit c3f27c7ce5

View file

@ -14,3 +14,8 @@ long_desc="
bootstrap=yes
Add_dependency run glibc
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build gettext
Add_dependency build texinfo
fi