Jamfile: Remove most implicit dependencies from default installed packages.
No need to pull in e.g. "libpng16" explicitly when the appropriate libpng version will automatically get selected by get_package_dependencies at image build time. I did however remove ctags altogether; nothing in the base install uses it, so there's no reason to have it.
This commit is contained in:
@@ -23,11 +23,11 @@ AddHaikuImageSystemPackages [ FFilterByBuildFeatures
|
|||||||
bash bc coreutils curl freetype icu libsolv zlib zstd
|
bash bc coreutils curl freetype icu libsolv zlib zstd
|
||||||
|
|
||||||
regular_image @{
|
regular_image @{
|
||||||
bzip2 ctags diffutils expat ffmpeg findutils gawk glu grep gutenprint8
|
bzip2 diffutils expat ffmpeg findutils gawk glu grep gutenprint8
|
||||||
gzip ilmbase jasper jpeg
|
gzip
|
||||||
less libedit libicns libpcap libpng16 libwebp
|
lame less libedit libicns
|
||||||
mesa mesa_devel mesa_swpipe@!gcc2 mesa_swrast@gcc2
|
mesa mesa_devel mesa_swpipe@!gcc2 mesa_swrast@gcc2
|
||||||
netcat openexr
|
netcat
|
||||||
sed sharutils
|
sed sharutils
|
||||||
tar tcpdump unzip wget which zip
|
tar tcpdump unzip wget which zip
|
||||||
}@
|
}@
|
||||||
@@ -36,7 +36,7 @@ AddHaikuImageSourcePackages [ FFilterByBuildFeatures
|
|||||||
bash bc coreutils
|
bash bc coreutils
|
||||||
|
|
||||||
regular_image @{
|
regular_image @{
|
||||||
ctags expat ffmpeg findutils gawk grep gutenprint8
|
expat ffmpeg findutils gawk grep gutenprint8
|
||||||
gzip
|
gzip
|
||||||
less libicns
|
less libicns
|
||||||
sed sharutils
|
sed sharutils
|
||||||
|
|||||||
Reference in New Issue
Block a user