Add the webpositive hpkg to the repository haiku.
e.g., jam -q @release-raw build \<repository\>haiku
This commit is contained in:
parent
84ed99c2aa
commit
dbe9499e72
@ -20,4 +20,8 @@ local packages =
|
|||||||
haiku_$(secondaryArchs)_devel
|
haiku_$(secondaryArchs)_devel
|
||||||
;
|
;
|
||||||
|
|
||||||
|
if $(TARGET_PACKAGING_ARCH) != x86_gcc2 || $(secondaryArchs) {
|
||||||
|
packages += webpositive ;
|
||||||
|
}
|
||||||
|
|
||||||
HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg) ;
|
HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg) ;
|
||||||
|
Loading…
Reference in New Issue
Block a user