Skip to content

Commit

Permalink
libretro-sameboy: update dependency to include util-linux:host as hex…
Browse files Browse the repository at this point in the history
…dump is needed for the build
  • Loading branch information
Rudi Heitbaum committed May 22, 2022
1 parent 5a7e663 commit 398c8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/emulation/libretro-sameboy/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 398c8e5

Please sign in to comment.