Mark SDL2_ttf as a requirement for MAME

This commit is contained in:
Mathieu Comandon 2022-10-25 16:15:36 -07:00
parent 90b83caa4a
commit e0dbe3b29f

View file

@ -64,6 +64,7 @@ class mame(Runner): # pylint: disable=invalid-name
human_name = _("MAME")
description = _("Arcade game emulator")
require_libs = ["libSDL2_ttf-2.0.so.0", ]
runner_executable = "mame/mame"
runnable_alone = True
config_dir = os.path.expanduser("~/.mame")