mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
SDL_image: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9da2b31cc0
commit
99d7fe06bb
@ -23,10 +23,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.libsdl.org/"
|
||||
PKG_URL="http://www.libsdl.org/projects/SDL_image/release/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_HOST=""
|
||||
PKG_DEPENDS_TARGET="SDL"
|
||||
PKG_BUILD_DEPENDS_HOST="toolchain SDL:host libpng:host libjpeg-turbo:host"
|
||||
PKG_BUILD_DEPENDS_TARGET="toolchain SDL libjpeg-turbo libpng tiff"
|
||||
PKG_DEPENDS_HOST="SDL:host libpng:host libjpeg-turbo:host"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL libjpeg-turbo libpng tiff"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="libsdl_image: A cross-platform Graphic API"
|
||||
|
Loading…
x
Reference in New Issue
Block a user