diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 21:36:54 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 21:36:54 -0500 |
commit | 97e56ed06ef2bcdfaac8ef836167ef31ab742928 (patch) | |
tree | 4f1808d2a80cb0a5c32fc22e68bc9b9d7ba07b11 /games | |
parent | ced47a742d043c309016e71de30c6e661b4e7866 (diff) | |
download | slackbuilds-97e56ed06ef2bcdfaac8ef836167ef31ab742928.tar.gz |
games/pioneer: Fixed dep info
Diffstat (limited to 'games')
-rw-r--r-- | games/pioneer/README | 3 | ||||
-rw-r--r-- | games/pioneer/pioneer.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/games/pioneer/README b/games/pioneer/README index 8fdc2c947c..389b6706af 100644 --- a/games/pioneer/README +++ b/games/pioneer/README @@ -16,9 +16,6 @@ determine what version of OpenGL is installed use: glxinfo | grep "core profile version" -Note: If you have intel or amd GPU with free drivers, it is recommended -to install libtxc_dxtn as well. - lua52 is an optional dependency. To build with debugging support use: diff --git a/games/pioneer/pioneer.info b/games/pioneer/pioneer.info index 7882886f6f..81cb877e8d 100644 --- a/games/pioneer/pioneer.info +++ b/games/pioneer/pioneer.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20191117/pioneer-20 MD5SUM="4b7b7e5119b371b65cd61f45c6747dad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="SDL2_image assimp" +REQUIRES="assimp" MAINTAINER="Hunter Sezen" EMAIL="orbea@riseup.net" |