Skip to content

Commit

Permalink
OptionsHaiku: disable texture mapper and 3D graphics context again
Browse files Browse the repository at this point in the history
We really need ANGLE to build for this, and currently it doesn't.
  • Loading branch information
pulkomandy committed Dec 16, 2019
1 parent f4d0826 commit 0f84682
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Source/cmake/OptionsHaiku.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ endif()

SET_AND_EXPOSE_TO_BUILD(USE_TEXTURE_MAPPER TRUE)
SET_AND_EXPOSE_TO_BUILD(USE_COORDINATED_GRAPHICS FALSE)
SET_AND_EXPOSE_TO_BUILD(USE_TEXTURE_MAPPER_GL TRUE)
SET_AND_EXPOSE_TO_BUILD(ENABLE_GRAPHICS_CONTEXT_3D TRUE)
SET_AND_EXPOSE_TO_BUILD(USE_TEXTURE_MAPPER_GL FALSE)
SET_AND_EXPOSE_TO_BUILD(ENABLE_GRAPHICS_CONTEXT_3D FALSE)
find_package(OpenGL)
SET_AND_EXPOSE_TO_BUILD(ENABLE_OPENGL TRUE)

Expand All @@ -226,8 +226,6 @@ if (ENABLE_WEBGL)
endif ()
endif ()

#SET_AND_EXPOSE_TO_BUILD(ENABLE_GRAPHICS_CONTEXT_3D FALSE)

if (ENABLE_SPELLCHECK)
find_package(Enchant REQUIRED)
endif ()
Expand Down

0 comments on commit 0f84682

Please sign in to comment.