Merge pull request #6486 from heitbaum/libretro-sameboy

Fix libretro-sameboy build
This commit is contained in:
CvH 2022-05-15 12:11:13 +02:00 committed by GitHub
commit 7f5db5a18a
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

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