switched back to raw X11GLESRenderer support of embedded devices
authorMichael Schuldt <Michael.Schuldt@bmw-carit.de>
Thu, 28 Apr 2011 14:42:36 +0000 (16:42 +0200)
committerMichael Schuldt <Michael.Schuldt@bmw-carit.de>
Thu, 28 Apr 2011 14:42:36 +0000 (16:42 +0200)
CMakeLists.txt

index a4f83ad..163aaa9 100644 (file)
@@ -51,13 +51,13 @@ option (WITH_EGL_EXAMPLE
         "Build EGL_EXAMPLE " ON)
 
 option (WITH_GLX_EXAMPLE 
-        "Build GLX_EXAMPLE " ON)
+        "Build GLX_EXAMPLE " OFF)
         
 option (WITH_TESTS
         "Build Available Tests " OFF)
 
 option (WITH_FORCE_COPY 
-       "Force Software Copy from X11 pixmaps" ON)
+       "Force Software Copy from X11 pixmaps" OFF)
 
 if (WITH_FORCE_COPY)
 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DGLX_GRAPHICSYSTEM_FORCE_COPY -DGLES_FORCE_COPY" CACHE STRING "" FORCE)