Merge pull request #6511 from heitbaum/libretro-sameboy10

[le10] Fix libretro-sameboy build
This commit is contained in:
CvH 2022-05-26 15:25:17 +02:00 committed by GitHub
commit 34c223739c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

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"

View File

@ -62,6 +62,7 @@ fi
PKG_CONFIGURE_OPTS_HOST="--enable-static \
--disable-shared \
--enable-all-programs \
${UTILLINUX_CONFIG_DEFAULT} \
--enable-uuidgen \
--enable-libuuid"