DefaultBuildProfiles: Without sources, release images fit in 700MB.
We don't want to ship these images as the ones for main distribution, but at least we can make them available as downloads for those who do want to use CDs.
This commit is contained in:
@@ -73,14 +73,17 @@ rule DefineDefaultBuildProfiles
|
||||
if $(DEBUG) != 0 {
|
||||
HAIKU_IMAGE_SIZE ?= 1300 ;
|
||||
}
|
||||
HAIKU_IMAGE_SIZE ?= 1100 ;
|
||||
if $(HAIKU_INCLUDE_SOURCES) = 1 {
|
||||
HAIKU_IMAGE_SIZE ?= 1100 ;
|
||||
} else {
|
||||
HAIKU_IMAGE_SIZE ?= 700 ;
|
||||
}
|
||||
|
||||
AddHaikuImagePackages
|
||||
bepdf
|
||||
keymapswitcher
|
||||
llvm
|
||||
man
|
||||
mercurial
|
||||
nano
|
||||
noto
|
||||
noto_sans_cjk_jp
|
||||
|
||||
Reference in New Issue
Block a user