mirror of
https://review.haiku-os.org/haiku
synced 2025-01-19 13:01:29 +01:00
12 lines
380 B
Plaintext
12 lines
380 B
Plaintext
if [ FIsBuildFeatureEnabled webpositive ] {
|
|
local architecture = $(TARGET_PACKAGING_ARCH) ;
|
|
local webpositivePackage = webpositive.hpkg ;
|
|
HaikuPackage $(webpositivePackage) ;
|
|
|
|
AddFilesToPackage apps : WebPositive ;
|
|
AddSymlinkToPackage data deskbar menu Applications
|
|
: ../../../../apps/WebPositive : WebPositive ;
|
|
|
|
BuildHaikuPackage $(webpositivePackage) : webpositive ;
|
|
}
|