mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
SDL: fix autoreconf - try #2, thanks MilhouseVH
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
eabb0d56a4
commit
dd3aff89e6
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user