mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/ogre: Fixed dep information
This commit is contained in:
parent
f9a2259d1c
commit
2398707122
2 changed files with 3 additions and 3 deletions
|
@ -29,6 +29,6 @@ All the above can be ON/OFF except the last three definitions.
|
|||
For example, in order to build samples too, launch from super user:
|
||||
OGRE_BUILD_SAMPLES=ON ./ogre.SlackBuild
|
||||
|
||||
Optional dependencies available at SlackBuilds.org: zziplib, FreeImage, tbb, cppunit, ois
|
||||
Optional dependencies are zziplib, FreeImage, tbb, cppunit and ois
|
||||
|
||||
Optional dependencies NOT (yet) available at SlackBuilds.org: cg, opengles, POCO
|
||||
Optional dependencies NOT (yet) available at SBo: cg, opengles, POCO
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://sourceforge.net/projects/ogre/files/ogre/1.7/ogre_src_v1-7-4.t
|
|||
MD5SUM="654e8bd9bc178bdb32bcb21b077eab20"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="FreeImage cppunit ois tbb zziplib"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Roberto Metere"
|
||||
EMAIL="roberto@metere.it"
|
||||
|
|
Loading…
Reference in a new issue