Skip to content

cmake: Better handling of SOLARUS_GL_ES

Gleb Mazovetskiy requested to merge glebm/solarus:solarus-gles2 into dev
  1. Define SOLARUS_GL_ES if only GLES is found. A build with GLES but no SOLARUS_GL_ES isn't a valid configuration.

  2. If SOLARUS_GL_ES is defined, always use GLES even if OpenGL is also present.

Refs #1324 (closed)

Merge request reports