mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
Merge pull request #6530 from heitbaum/addon-builds
[le11] Addon builds - Fixing host dependencies
This commit is contained in:
commit
4652eb2723
@ -8,7 +8,7 @@ PKG_ARCH="x86_64"
|
|||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="https://github.com/libretro/libretro-fsuae"
|
PKG_SITE="https://github.com/libretro/libretro-fsuae"
|
||||||
PKG_URL="https://github.com/libretro/libretro-fsuae/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/libretro/libretro-fsuae/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_HOST="libmpeg2:host"
|
PKG_DEPENDS_HOST="toolchain:host libmpeg2:host glib:host libpng:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain glib libmpeg2 openal-soft libpng libretro-fsuae:host"
|
PKG_DEPENDS_TARGET="toolchain glib libmpeg2 openal-soft libpng libretro-fsuae:host"
|
||||||
PKG_LONGDESC="FS-UAE amiga emulator."
|
PKG_LONGDESC="FS-UAE amiga emulator."
|
||||||
PKG_BUILD_FLAGS="-lto"
|
PKG_BUILD_FLAGS="-lto"
|
||||||
|
@ -8,6 +8,7 @@ PKG_SHA256="dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4"
|
|||||||
PKG_LICENSE="GPLv2"
|
PKG_LICENSE="GPLv2"
|
||||||
PKG_SITE="http://libmpeg2.sourceforge.net/"
|
PKG_SITE="http://libmpeg2.sourceforge.net/"
|
||||||
PKG_URL="http://libmpeg2.sourceforge.net/files/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="http://libmpeg2.sourceforge.net/files/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
|
PKG_DEPENDS_HOST="toolchain:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="The MPEG Library is a collection of C routines to decode MPEG-1 and MPEG-2 movies."
|
PKG_LONGDESC="The MPEG Library is a collection of C routines to decode MPEG-1 and MPEG-2 movies."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user