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:
@@ -94,7 +94,7 @@ if [ IsOptionalHaikuImagePackageAdded Development ] {
|
|||||||
AddHaikuImagePackages autoconf automake libtool perl texinfo ;
|
AddHaikuImagePackages autoconf automake libtool perl texinfo ;
|
||||||
|
|
||||||
# some other build tools
|
# some other build tools
|
||||||
AddHaikuImagePackages cmake pkgconfig scons ;
|
AddHaikuImagePackages pkgconfig scons ;
|
||||||
|
|
||||||
# devel packages for mandatory packages
|
# devel packages for mandatory packages
|
||||||
local architectureObject ;
|
local architectureObject ;
|
||||||
|
|||||||
Reference in New Issue
Block a user