libretro-picodrive: add missing PKG_DEPENDS_UNPACK

cyclone68000 is accessed using get_build_dir().
This commit is contained in:
Andre Heider 2019-12-04 10:13:18 +01:00
parent fb7777370a
commit 2c1566180b

View File

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