mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
build: Only add haiku_source to package repository if HAIKU_INCLUDE_SOURCES is set.
This way, we won't build the source package unnecessarily for nightly images when it isn't included in the build.
This commit is contained in:
parent
f9123b49e5
commit
0ef833e5e8
@ -21,11 +21,13 @@ local packages = [ FFilterByBuildFeatures
|
||||
if $(HAIKU_IS_BOOTSTRAP) != 1 && $(HAIKU_BUILD_TYPE) != minimum {
|
||||
packages += [ FFilterByBuildFeatures
|
||||
haiku_extras
|
||||
haiku_source
|
||||
makefile_engine
|
||||
netfs
|
||||
userland_fs
|
||||
] ;
|
||||
if $(HAIKU_INCLUDE_SOURCES) = 1 {
|
||||
packages += haiku_source ;
|
||||
}
|
||||
}
|
||||
|
||||
local webPositiveIsAvailable ;
|
||||
|
Loading…
Reference in New Issue
Block a user