games/pioneer: Fixed dep info

This commit is contained in:
Robby Workman 2021-04-18 21:36:54 -05:00
parent ced47a742d
commit 97e56ed06e
2 changed files with 1 additions and 4 deletions

View File

@ -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:

View File

@ -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"