game.libretro.melonds: set PKG_ARCH to none

Current version requires OpenGL which isn't supported in retroplayer.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-09-02 17:40:13 +02:00
parent b615639ab1
commit 728d0ee3ee

View File

@ -5,7 +5,8 @@ PKG_NAME="game.libretro.melonds"
PKG_VERSION="0.8.2.5-Leia"
PKG_SHA256="cda4fc5949c46a6d42ae00aecf532f3abf793486ac379f31509ba83a6faf1be8"
PKG_REV="1"
PKG_ARCH="any"
# no openGL suport in retroplayer yet
PKG_ARCH="none"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/kodi-game/game.libretro.melonds"
PKG_URL="https://github.com/kodi-game/game.libretro.melonds/archive/$PKG_VERSION.tar.gz"