Adjust recipes to separation of buildhost and target packages

This commit is contained in:
Oliver Tappe
2013-08-05 00:14:47 +02:00
parent d525fee8e9
commit 39a646a289
86 changed files with 294 additions and 296 deletions

View File

@@ -27,16 +27,16 @@ REQUIRES="
haiku >= $haikuVersion
"
BUILD_REQUIRES="
cmd:gcc
cmd:ld
cmd:make
cmd:perl
cmd:yasm
"
# Note: The build system also looks for libvorbis and SDL, but that seems
# to be needed only for building the sample player, which we don't need.
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:ld
cmd:make
cmd:perl
cmd:yasm
"
SOURCE_DIR="libvpx-v1.0.0"