xbps-src: build depends of subpackages

resolves #20508
This commit is contained in:
Piotr Wójcik
2020-04-14 21:57:26 +02:00
committed by Juan RP
parent 68c3a242d1
commit af6e1a7e79
2 changed files with 14 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ show_pkg_build_depends() {
}
show_pkg_build_deps() {
show_pkg_build_depends "${hostmakedepends} ${makedepends} $(setup_pkg_depends '' 1)"
show_pkg_build_depends "${hostmakedepends} ${makedepends} $(setup_pkg_depends '' 1 1)"
}
show_pkg_hostmakedepends() {