Allow to suppress individual Optional Packages
Add Jam rule SuppressOptionalHaikuImagePackages as a mechanism to keep packages from being installed. Extend the UserBuildConfig.ReadMe document to cover the new command. Closes ticket #6260. Changes from v1: * Simplified IsOptionalHaikuImagePackageAdded as suggested by Ingo. * Added example as documentation. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38100 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -128,6 +128,12 @@ ExtractArchiveToHaikuImage develop tools
|
||||
# via wget (i.e. wget must be installed).
|
||||
AddOptionalHaikuImagePackages WonderBrush ;
|
||||
|
||||
# Add the optional package WebPositive to the image but don't add its
|
||||
# dependent SQLite optional package to the image. WebPositive still needs
|
||||
# SQLite to run, this allows you to test a different version of it though.
|
||||
AddOptionalHaikuImagePackages WebPositive ;
|
||||
SuppressOptionalHaikuImagePackages SQLite ;
|
||||
|
||||
# Don't add the libraries built with the alternative gcc version.
|
||||
# If the alternative gcc generated directory has been specified via the
|
||||
# configure option --alternative-gcc-output-dir, the libraries for the
|
||||
|
||||
Reference in New Issue
Block a user