Add the webpositive hpkg to the repository haiku.

e.g., jam -q @release-raw build \<repository\>haiku
This commit is contained in:
Matt Madia
2013-11-30 19:12:12 -05:00
parent 84ed99c2aa
commit dbe9499e72
+4
View File
@@ -20,4 +20,8 @@ local packages =
haiku_$(secondaryArchs)_devel
;
if $(TARGET_PACKAGING_ARCH) != x86_gcc2 || $(secondaryArchs) {
packages += webpositive ;
}
HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg) ;