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:
Augustin Cavalier 2015-02-11 22:39:57 -05:00
parent 90c3b9bf9f
commit d7cde0634b
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;