OptionalPackages: remove cmake from the default packages.
* It no longer has consistent naming across architectures, as it's now GCC4-only. * It hasn't been in the default images for that reason since that change was made a few months ago, and nobody has missed it. * Only a few pieces of software use it at this point, so those who need it can simply run "pkgman install cmd:cmake".
This commit is contained in:
parent
90c3b9bf9f
commit
d7cde0634b
@ -94,7 +94,7 @@ if [ IsOptionalHaikuImagePackageAdded Development ] {
|
||||
AddHaikuImagePackages autoconf automake libtool perl texinfo ;
|
||||
|
||||
# some other build tools
|
||||
AddHaikuImagePackages cmake pkgconfig scons ;
|
||||
AddHaikuImagePackages pkgconfig scons ;
|
||||
|
||||
# devel packages for mandatory packages
|
||||
local architectureObject ;
|
||||
|
Loading…
Reference in New Issue
Block a user