Add gmp and mpfr to the regular image package set.
GAWK is apparently built against them (do we really need that?) so we can't just ship them with the optional package set.
This commit is contained in:
parent
7c2cc47436
commit
ef78f1eda0
7
Jamfile
7
Jamfile
@ -23,10 +23,10 @@ AddHaikuImageSystemPackages [ FFilterByBuildFeatures
|
||||
bash bc coreutils curl freetype icu libsolv zlib zstd
|
||||
|
||||
regular_image @{
|
||||
bzip2 diffutils expat ffmpeg findutils gawk glu grep gutenprint8
|
||||
bzip2 diffutils expat ffmpeg findutils gawk gmp glu grep gutenprint8
|
||||
gzip
|
||||
lame less libedit libicns
|
||||
mesa mesa_devel mesa_swpipe@!gcc2 mesa_swrast@gcc2
|
||||
mesa mesa_devel mesa_swpipe@!gcc2 mesa_swrast@gcc2 mpfr
|
||||
netcat
|
||||
sed sharutils
|
||||
tar tcpdump unzip wget which zip
|
||||
@ -36,9 +36,10 @@ AddHaikuImageSourcePackages [ FFilterByBuildFeatures
|
||||
bash bc coreutils
|
||||
|
||||
regular_image @{
|
||||
expat ffmpeg findutils gawk grep gutenprint8
|
||||
expat ffmpeg findutils gawk gmp grep gutenprint8
|
||||
gzip
|
||||
lame less libicns
|
||||
mpfr
|
||||
sed sharutils
|
||||
tar wget which
|
||||
}@
|
||||
|
Loading…
x
Reference in New Issue
Block a user