diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-26 08:34:59 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-26 08:34:59 +0200 |
commit | 39471626fabd520f7ed8218b6c6eb6e89957346b (patch) | |
tree | 3ceb2993fe64c820995e0a74e71beadb1d33a3dd /libraries/CEGUI | |
parent | 2785d4581aed91d192e64754172b5a7ecb10ead2 (diff) |
libraries/CEGUI: Fixed dep information
Diffstat (limited to 'libraries/CEGUI')
-rw-r--r-- | libraries/CEGUI/CEGUI.info | 2 | ||||
-rw-r--r-- | libraries/CEGUI/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/CEGUI/CEGUI.info b/libraries/CEGUI/CEGUI.info index 8d4fa936ead3..eb2089f1deb6 100644 --- a/libraries/CEGUI/CEGUI.info +++ b/libraries/CEGUI/CEGUI.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/crayzedsgui/CEGUI-0.6.2.tar.gz" MD5SUM="fb058bd711fa9a865658efbc37fac24d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="DevIL FreeImage xerces-c" +REQUIRES="" MAINTAINER="Phillip Warner" EMAIL="pc_warner@yahoo.com" diff --git a/libraries/CEGUI/README b/libraries/CEGUI/README index 2656a85ef6c0..b9d6ae0e358c 100644 --- a/libraries/CEGUI/README +++ b/libraries/CEGUI/README @@ -12,7 +12,7 @@ However, you may want to specify this yourself. In particular, pay attention to the image codecs because you might want to disable the others to ensure that the one you want to use is the default codec. -Some of the optional libraries include: +Some of the optional dependencies include: Xerces-C++ XML parser (xerces-c at SlackBuilds.org) DevIL image loading library (DevIL at SlackBuilds.org) FreeImage image loading library (FreeImage at SlackBuilds.org) |