OptionalPackages: add missing dependencies

for Development: automake and autoconf require perl
for DevelopmentMin: makefile_engine requires make and mkdepend

Change-Id: Ica2bace17a233e2e589e139208e468870b1cc84e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2507
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Jérôme Duval 2020-04-23 16:19:03 +02:00 committed by waddlesplash
parent 5332b1ce28
commit 19692eed95

View File

@ -66,8 +66,8 @@ if [ IsOptionalHaikuImagePackageAdded BeOSCompatibility ] {
# Development
if [ IsOptionalHaikuImagePackageAdded Development ] {
# autotools
AddHaikuImageDisabledPackages autoconf automake texinfo ;
AddHaikuImageSourcePackages autoconf automake texinfo ;
AddHaikuImageDisabledPackages autoconf automake perl texinfo ;
AddHaikuImageSourcePackages autoconf automake perl texinfo ;
# some other build tools
AddHaikuImageDisabledPackages pkgconfig ;
@ -119,6 +119,8 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentMin ]
:
nameFromMetaInfo
;
AddHaikuImageDisabledPackages make mkdepend ;
AddHaikuImageSourcePackages make ;
}
}