Only add Webpositive to image if it is available.
This commit is contained in:
@@ -20,8 +20,10 @@ local packages =
|
|||||||
haiku_$(secondaryArchs)_devel
|
haiku_$(secondaryArchs)_devel
|
||||||
;
|
;
|
||||||
|
|
||||||
if $(TARGET_PACKAGING_ARCH) != x86_gcc2 || $(secondaryArchs) {
|
if [ FIsBuildFeatureEnabled webpositive ] {
|
||||||
packages += webpositive ;
|
if $(TARGET_PACKAGING_ARCH) != x86_gcc2 || $(secondaryArchs) {
|
||||||
|
packages += webpositive ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg) ;
|
HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user