diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-16 15:41:14 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 12:09:22 +0700 |
commit | 1ec45370787e36c77a41a040fdf920a35180ec51 (patch) | |
tree | 452c62ad7bb488a996b8414da3f32fda32e6d90a /libraries/CEGUI/README | |
parent | d01bf7ec54672bdd728406b883b0f4267c7c15bb (diff) |
libraries/CEGUI: Fix conflict with ogre.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/CEGUI/README')
-rw-r--r-- | libraries/CEGUI/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libraries/CEGUI/README b/libraries/CEGUI/README index 27e98d59161e..3e6e992552e9 100644 --- a/libraries/CEGUI/README +++ b/libraries/CEGUI/README @@ -14,8 +14,7 @@ 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. -Optional dependencies include xerces-c, FreeImage, and DevIL. -There are perhaps others - see the CMakeList.txt file +Optional dependencies include glfw3, xerces-c, FreeImage, and DevIL. +There are perhaps others - see the CMakeLists.txt file. -*NOTE* ATM this won't build with ogre installed: you have to remove -it explicitly from your system. +The ogre renderer is disabled, as it won't build. |