mirror of
https://github.com/lutris/lutris
synced 2024-11-02 14:59:58 +00:00
Mark SDL2_ttf as a requirement for MAME
This commit is contained in:
parent
90b83caa4a
commit
e0dbe3b29f
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue