diff --git a/games/solarus/README b/games/solarus/README index 8e3dd64aef..8aa8852ed8 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 740a8f5ce3..8d443ad982 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"