Jamfile: Drop expat, make gzip architecture-dependent.
This commit is contained in:
@@ -36,11 +36,9 @@ AddHaikuImageSystemPackages [ FFilterByBuildFeatures
|
|||||||
|
|
||||||
regular_image @{
|
regular_image @{
|
||||||
bzip2
|
bzip2
|
||||||
expat
|
|
||||||
ffmpeg6
|
ffmpeg6
|
||||||
glu
|
glu
|
||||||
gutenprint9
|
gutenprint9
|
||||||
gzip
|
|
||||||
lame
|
lame
|
||||||
less
|
less
|
||||||
mesa
|
mesa
|
||||||
@@ -59,6 +57,7 @@ AddHaikuImageSystemPackages [ FFilterByBuildFeatures
|
|||||||
findutils
|
findutils
|
||||||
gawk
|
gawk
|
||||||
grep
|
grep
|
||||||
|
gzip
|
||||||
tar
|
tar
|
||||||
tcpdump
|
tcpdump
|
||||||
zstd
|
zstd
|
||||||
@@ -68,6 +67,7 @@ AddHaikuImageSystemPackages [ FFilterByBuildFeatures
|
|||||||
findutils_x86@secondary_x86
|
findutils_x86@secondary_x86
|
||||||
mawk
|
mawk
|
||||||
grep_x86@secondary_x86
|
grep_x86@secondary_x86
|
||||||
|
gzip_x86@secondary_x86
|
||||||
tar_x86@secondary_x86
|
tar_x86@secondary_x86
|
||||||
tcpdump_x86@secondary_x86
|
tcpdump_x86@secondary_x86
|
||||||
}@
|
}@
|
||||||
@@ -84,12 +84,10 @@ AddHaikuImageSourcePackages [ FFilterByBuildFeatures
|
|||||||
}@
|
}@
|
||||||
|
|
||||||
regular_image @{
|
regular_image @{
|
||||||
expat
|
|
||||||
ffmpeg6
|
ffmpeg6
|
||||||
findutils
|
findutils
|
||||||
grep
|
grep
|
||||||
gutenprint9
|
gutenprint9
|
||||||
gzip
|
|
||||||
lame
|
lame
|
||||||
less
|
less
|
||||||
sed
|
sed
|
||||||
@@ -99,9 +97,11 @@ AddHaikuImageSourcePackages [ FFilterByBuildFeatures
|
|||||||
which
|
which
|
||||||
!gcc2 @{
|
!gcc2 @{
|
||||||
gawk
|
gawk
|
||||||
|
gzip
|
||||||
}@
|
}@
|
||||||
gcc2 @{
|
gcc2 @{
|
||||||
mawk
|
mawk
|
||||||
|
gzip_x86@secondary_x86
|
||||||
}@
|
}@
|
||||||
}@
|
}@
|
||||||
] ;
|
] ;
|
||||||
|
|||||||
Reference in New Issue
Block a user