mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
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:
parent
c2895bebdf
commit
5e15819d86
10
Jamfile
10
Jamfile
@ -23,11 +23,11 @@ AddHaikuImageSystemPackages [ FFilterByBuildFeatures
|
||||
bash bc coreutils curl freetype icu libsolv zlib zstd
|
||||
|
||||
regular_image @{
|
||||
bzip2 ctags diffutils expat ffmpeg findutils gawk glu grep gutenprint8
|
||||
gzip ilmbase jasper jpeg
|
||||
less libedit libicns libpcap libpng16 libwebp
|
||||
bzip2 diffutils expat ffmpeg findutils gawk glu grep gutenprint8
|
||||
gzip
|
||||
lame less libedit libicns
|
||||
mesa mesa_devel mesa_swpipe@!gcc2 mesa_swrast@gcc2
|
||||
netcat openexr
|
||||
netcat
|
||||
sed sharutils
|
||||
tar tcpdump unzip wget which zip
|
||||
}@
|
||||
@ -36,7 +36,7 @@ AddHaikuImageSourcePackages [ FFilterByBuildFeatures
|
||||
bash bc coreutils
|
||||
|
||||
regular_image @{
|
||||
ctags expat ffmpeg findutils gawk grep gutenprint8
|
||||
expat ffmpeg findutils gawk grep gutenprint8
|
||||
gzip
|
||||
less libicns
|
||||
sed sharutils
|
||||
|
Loading…
Reference in New Issue
Block a user