diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2012-01-30 22:28:42 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2012-01-30 22:28:42 +0100 |
| commit | 43c3c9de4596ecab76be42172b47ddee93f5900a (patch) | |
| tree | 7b7a970e0fc840f5361e1385cf62cdd0ed5c1c54 /CMakeLists.txt | |
| parent | b13ed8c19b71086091f2269cdb73f5f695738946 (diff) | |
| parent | 931f9c294065ee267ff2f1219222b6205bc70537 (diff) | |
Merging with upstream
(bzr r1858.9.27)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a7ac1f28..9e24d383b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,9 @@ set (CMAKE_CXX_FLAGS "-DGNOME_DESKTOP_USE_UNSTABLE_API -std=c++0x -fno-permissiv set (CMAKE_CXX_FLAGS_DEBUG "-g3") set (CMAKE_CXX_FLAGS_RELEASE "") +if (BUILD_GLES) + SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNUX_OPENGLES_20 -DUSE_GLES") +endif (BUILD_GLES) # # Niceties @@ -136,6 +139,7 @@ add_subdirectory(UnityCore) add_subdirectory(guides) add_subdirectory(standalone-clients EXCLUDE_FROM_ALL) + # # GSettings Schema # |
