Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 224807 Details for
Bug 298736
dev-games/ogre-1.6 : missing cegui use flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patches the acinclude.m4 file in the ogre distribution to support enabling/disabling the build of CEGUIRenderer.
ogre-1.6.5-explicit-cegui.patch (text/plain), 885 bytes, created by
Adam Van Ymeren
on 2010-03-23 05:21:40 UTC
(
hide
)
Description:
Patches the acinclude.m4 file in the ogre distribution to support enabling/disabling the build of CEGUIRenderer.
Filename:
MIME Type:
Creator:
Adam Van Ymeren
Created:
2010-03-23 05:21:40 UTC
Size:
885 bytes
patch
obsolete
>--- b/acinclude.m4 2008-12-30 12:00:47.000000000 -0500 >+++ a/acinclude.m4 2010-03-23 00:51:13.000000000 -0400 >@@ -444,6 +439,14 @@ > ]) > > AC_DEFUN([OGRE_CHECK_CEGUI], [ >+AC_ARG_ENABLE(cegui, >+ AC_HELP_STRING([--disable-cegui], >+ [Don't build CEGUIRenderer, even if CEGUI is installed.]), >+ [if test x$enableval = xyes; then >+ build_cegui_sample=true >+ fi], >+ [build_cegui_sample=true]) >+ if test x$build_cegui_sample = xtrue; then > PKG_CHECK_MODULES(CEGUI, CEGUI >= 0.5.0, > [build_cegui_sample=true], [build_cegui_sample=false]) > if test x$build_cegui_sample = xtrue; then >@@ -459,6 +462,7 @@ > else > AC_MSG_RESULT([CEGUI not available, Gui and FacialAnimation samples will not be built]) > fi >+ fi > AM_CONDITIONAL([HAVE_CEGUI], [test x$build_cegui_sample = xtrue]) > ]) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 298736
:
224805
| 224807