Add Wonderbrush to release for all architectures

Previously wonderbrush was closed source and only available for 32bit
x86, but that is not the case anymore.

Fixes #19093

Change-Id: I05a34f7aaf82ea7cc2f65b7cbd39eeaf222d6143
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8351
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
Adrien Destugues
2024-09-20 17:46:07 +00:00
committed by waddlesplash
parent 5ee5c0f3f5
commit 6d3408c82f
+2 -1
View File
@@ -89,6 +89,7 @@ rule DefineDefaultBuildProfiles
pe
timgmsoundfont
vision
wonderbrush
wpa_supplicant
# Some packages can't be built with gcc2, so we install the gcc13
# secondary architecture package instead in this case
@@ -105,7 +106,7 @@ rule DefineDefaultBuildProfiles
local architectureObject ;
for architectureObject in [ MultiArchSubDirSetup ] {
on $(architectureObject) {
AddHaikuImageSystemPackages openssl3 wonderbrush@gcc2 ;
AddHaikuImageSystemPackages openssl3 ;
}
}