mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Adjust recipes to separation of buildhost and target packages
This commit is contained in:
@@ -25,6 +25,12 @@ REQUIRES="
|
||||
lib:libogg
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
devel:libogg
|
||||
"
|
||||
# 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:aclocal
|
||||
cmd:autoconf
|
||||
cmd:gcc
|
||||
@@ -32,12 +38,6 @@ BUILD_REQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
cmd:pkg_config
|
||||
devel:libogg
|
||||
"
|
||||
# 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
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
Reference in New Issue
Block a user