libretro/libretro-super

Add a deprecation notice

tannisroot opened this issue · 2 comments

For EasyRPG, to allow it to build with libretro-super, we'd need to update the recipe to use cmake. Something like this:

easyrpg libretro-easyrpg https://github.com/EasyRPG/Player.git master YES CMAKE Makefile builddir

I believe I edited more or less like this and easyrpg was complaining that it couldn't find an include, which it has in its include directory. I think? easyrpg cmake script assumes that it's build built from the repo directory (and I guess it's not with libretro-super?) and this is breaking it.