libretro-picodrive: add missing "toolchain" dependency

build.LibreELEC-RPi2.arm-9.80-devel/toolchain/bin/host-g++: not found
This commit is contained in:
Andre Heider 2020-02-10 11:15:28 +01:00
parent 67aedc965f
commit 14b3fcced3

View File

@ -7,6 +7,7 @@ PKG_SHA256="a6f5bfe5c497de56dcc4b648bbf43471caa96d8ed601ed883e9e7cd4bbd46311"
PKG_LICENSE="MAME"
PKG_SITE="https://github.com/libretro/picodrive"
PKG_URL="https://github.com/libretro/picodrive/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="toolchain:host"
PKG_DEPENDS_TARGET="toolchain kodi-platform $PKG_NAME:host"
PKG_DEPENDS_UNPACK="cyclone68000"
PKG_LONGDESC="Fast MegaDrive/MegaCD/32X emulator"