SDL: fix autoreconf - try #2, thanks MilhouseVH

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-21 04:17:21 +01:00
parent eabb0d56a4
commit dd3aff89e6

View File

@ -23,9 +23,9 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.libsdl.org/"
PKG_URL="http://www.libsdl.org/release/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="alsa-lib" # todo: hack: autoreconf depends on alsa-lib's m4 files, so build here
PKG_DEPENDS_HOST=""
PKG_DEPENDS_TARGET="alsa-lib"
PKG_BUILD_DEPENDS_HOST="toolchain yasm:host"
PKG_BUILD_DEPENDS_HOST="toolchain yasm:host alsa-lib" # todo: hack: autoreconf depends on alsa-lib's m4 files, so build here
PKG_BUILD_DEPENDS_TARGET="toolchain yasm:host alsa-lib"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"