From d7cde0634bba03556c143ed201471b221ec30d8c Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 11 Feb 2015 22:39:57 -0500 Subject: [PATCH] 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". --- build/jam/OptionalPackages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 47cea27ce8..ac8feeafb5 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -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 ;