Add development packages for the secondary architecture
This commit is contained in:
parent
4e822fec6f
commit
f56958c140
@ -96,15 +96,25 @@ if [ IsOptionalHaikuImagePackageAdded Development ] {
|
|||||||
AddHaikuImagePackages autoconf automake libtool perl texinfo ;
|
AddHaikuImagePackages autoconf automake libtool perl texinfo ;
|
||||||
|
|
||||||
# devel packages for mandatory packages
|
# devel packages for mandatory packages
|
||||||
AddHaikuImagePackages ffmpeg_devel freetype_devel glu_devel jpeg_devel
|
local architectureObject ;
|
||||||
libpng_devel zlib_devel : system ;
|
for architectureObject in [ MultiArchSubDirSetup ] {
|
||||||
|
on $(architectureObject) {
|
||||||
|
AddHaikuImagePackages ffmpeg_devel freetype_devel glu_devel
|
||||||
|
jpeg_devel libpng_devel zlib_devel : system ;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# DevelopmentBase
|
# DevelopmentBase
|
||||||
if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ] {
|
if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ] {
|
||||||
# gcc and binutils
|
# gcc and binutils (for all target architectures)
|
||||||
|
local architectureObject ;
|
||||||
|
for architectureObject in [ MultiArchSubDirSetup ] {
|
||||||
|
on $(architectureObject) {
|
||||||
AddHaikuImagePackages binutils gcc ;
|
AddHaikuImagePackages binutils gcc ;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# other commonly used tools
|
# other commonly used tools
|
||||||
AddHaikuImagePackages bison cdrtools flex jam m4 make mkdepend yasm ;
|
AddHaikuImagePackages bison cdrtools flex jam m4 make mkdepend yasm ;
|
||||||
|
Loading…
Reference in New Issue
Block a user