libretro-sameboy: update dependency to include util-linux:host as hexdump is needed for the build

This commit is contained in:
Rudi Heitbaum 2022-05-13 21:57:25 +00:00
parent 2a31c60b96
commit 710b55c5b5

View File

@ -7,7 +7,7 @@ PKG_SHA256="a8728627d7343abc097d74ff0a0f7ad6ebb5d5b70aba1f7ff81b73ce8f192806"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/libretro/sameboy"
PKG_URL="https://github.com/libretro/sameboy/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform"
PKG_DEPENDS_TARGET="toolchain kodi-platform util-linux:host"
PKG_LONGDESC="libretro wrapper for SameBoy emulator."
PKG_LIBNAME="sameboy_libretro.so"