games/pioneer: Fixed dep info
This commit is contained in:
parent
ced47a742d
commit
97e56ed06e
|
@ -16,9 +16,6 @@ determine what version of OpenGL is installed use:
|
||||||
|
|
||||||
glxinfo | grep "core profile version"
|
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.
|
lua52 is an optional dependency.
|
||||||
|
|
||||||
To build with debugging support use:
|
To build with debugging support use:
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20191117/pioneer-20
|
||||||
MD5SUM="4b7b7e5119b371b65cd61f45c6747dad"
|
MD5SUM="4b7b7e5119b371b65cd61f45c6747dad"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="SDL2_image assimp"
|
REQUIRES="assimp"
|
||||||
MAINTAINER="Hunter Sezen"
|
MAINTAINER="Hunter Sezen"
|
||||||
EMAIL="orbea@riseup.net"
|
EMAIL="orbea@riseup.net"
|
||||||
|
|
Loading…
Reference in New Issue