From d6e973e9787bdf7faa203434a356a060d58ec483 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Tue, 20 Apr 2010 21:18:16 +0000 Subject: [PATCH] Adds XZ-Utils to alpha-* and nightly-*. Added some comments. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36388 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/OptionalPackages | 2 ++ build/jam/ReleaseBuildProfiles | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 594d6c3c29..aab175fbce 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -24,6 +24,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1 # BePDF - native PDF reader # BeZillaBrowser - fork of Mozilla's 1.8 branch. # Bluetooth - experimental Haiku components for Bluetooth +# Bzip - file archiving utility # CDRecord - the command line CD writing tools # Clockwerk - native audio/video compositing # CLucene - indexed file search @@ -69,6 +70,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1 # Welcome - introductory documentation to Haiku # WifiFirmwareScriptData - data files needed by install-wifi-firmwares.sh # WonderBrush - native graphics application +# XZ-Utils - file archiving utility # Yasm - the assembler utility local baseURL = http://haiku-files.org/files/optional-packages ; diff --git a/build/jam/ReleaseBuildProfiles b/build/jam/ReleaseBuildProfiles index d86a0e5791..33c52025da 100644 --- a/build/jam/ReleaseBuildProfiles +++ b/build/jam/ReleaseBuildProfiles @@ -22,7 +22,7 @@ switch $(HAIKU_BUILD_PROFILE) { VLC WonderBrush ; AddOptionalHaikuImagePackages CVS Development Git Mercurial Python Subversion OpenSSH OpenSSL ; - AddOptionalHaikuImagePackages Nano P7zip Welcome BeBook ; + AddOptionalHaikuImagePackages Nano P7zip Welcome BeBook XZ-Utils ; } case "beta-*" : { @@ -37,7 +37,7 @@ switch $(HAIKU_BUILD_PROFILE) { HAIKU_IMAGE_HOST_NAME = shredder ; HAIKU_IMAGE_SIZE = 450 ; - AddOptionalHaikuImagePackages Pe Nano Vision P7zip ; + AddOptionalHaikuImagePackages Pe Nano Vision P7zip XZ-Utils ; AddOptionalHaikuImagePackages Development Subversion OpenSSH OpenSSL ; } }