diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:16:55 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:16:55 -0500 |
commit | 0a95502740bdf84abf8d9351b5c77a830a4f3a98 (patch) | |
tree | 49a4dbb7d38db7bc0c83ad89f06036b729731222 /games/solarus | |
parent | 24298f77092029861110d65a073184865c553f0c (diff) |
games/solarus: Fixed dep info
Diffstat (limited to 'games/solarus')
-rw-r--r-- | games/solarus/README | 6 | ||||
-rw-r--r-- | games/solarus/solarus.info | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/games/solarus/README b/games/solarus/README index 8e3dd64aef17..8aa8852ed80c 100644 --- a/games/solarus/README +++ b/games/solarus/README @@ -5,9 +5,3 @@ to create their own Action-RPG games (also called Zelda-like games). It is totally independent from Nintendo. Solarus will require game data like zsdx. - -Optional Dependency - -qt5 is an optional dependency for the GUI frontend. - -qt5 is *required* if you are going to build solarus-quest-editor. diff --git a/games/solarus/solarus.info b/games/solarus/solarus.info index 740a8f5ce3f5..8d443ad98257 100644 --- a/games/solarus/solarus.info +++ b/games/solarus/solarus.info @@ -5,6 +5,6 @@ DOWNLOAD="https://gitlab.com/solarus-games/solarus/-/archive/v1.6.4/solarus-v1.6 MD5SUM="d06a3258910cb113d28e1349ca437125" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="OpenAL SDL2_image SDL2_ttf glm libmodplug luajit physfs" +REQUIRES="glm libmodplug luajit physfs" MAINTAINER="Hunter Sezen" EMAIL="orbea@riseup.net" |