summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuintus <quintus@quintilianus.eu>2016-07-30 13:03:55 (GMT)
committerQuintus <quintus@quintilianus.eu>2016-07-30 13:03:55 (GMT)
commit2190231a9527a93b033d3e5888e984df7c67877a (patch)
tree36a1382f01d3e7afc39342f1ee850f8a309a0cf2
parent3d09583655df8ed85782dfed1373f1854df241bf (diff)
downloadmxe-2190231a9527a93b033d3e5888e984df7c67877a.zip
mxe-2190231a9527a93b033d3e5888e984df7c67877a.tar.gz
mxe-2190231a9527a93b033d3e5888e984df7c67877a.tar.bz2
Enable CEGUI OpenGL3, Direct3D9, Direct3D10 renderers.
They build just fine. The Direct3D11 renderer fails to build with an include error and hence has not been enabled.
-rw-r--r--src/cegui.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cegui.mk b/src/cegui.mk
index 7493063..6dd9621 100644
--- a/src/cegui.mk
+++ b/src/cegui.mk
@@ -41,15 +41,15 @@ define $(PKG)_BUILD
-DCEGUI_BUILD_IMAGECODEC_SILLY=OFF \
-DCEGUI_BUILD_IMAGECODEC_STB=ON \
-DCEGUI_BUILD_IMAGECODEC_TGA=ON \
- -DCEGUI_BUILD_RENDERER_DIRECT3D10=OFF \
+ -DCEGUI_BUILD_RENDERER_DIRECT3D10=ON \
-DCEGUI_BUILD_RENDERER_DIRECT3D11=OFF \
- -DCEGUI_BUILD_RENDERER_DIRECT3D9=OFF \
+ -DCEGUI_BUILD_RENDERER_DIRECT3D9=ON \
-DCEGUI_BUILD_RENDERER_DIRECTFB=OFF \
-DCEGUI_BUILD_RENDERER_IRRLICHT=OFF \
-DCEGUI_BUILD_RENDERER_NULL=ON \
-DCEGUI_BUILD_RENDERER_OGRE=OFF \
-DCEGUI_BUILD_RENDERER_OPENGL=ON \
- -DCEGUI_BUILD_RENDERER_OPENGL3=OFF \
+ -DCEGUI_BUILD_RENDERER_OPENGL3=ON \
-DCEGUI_BUILD_RENDERER_OPENGLES=OFF \
-DCMAKE_CXX_FLAGS="`$(TARGET)-pkg-config --cflags glew freeimage`" \
$(SOURCE_DIR)