@ -385,8 +385,8 @@ available for desktop OpenGL only, see @ref requires-gl.
- `TARGET_GL` --- Build libraries with OpenGL interoperability enabled.
- `TARGET_GL` --- Build libraries with OpenGL interoperability enabled.
Enabled by default when `WITH_GL` is enabled. Disabling this will cause
Enabled by default when `WITH_GL` is enabled. Disabling this will cause
libraries to not depend on the @ref GL library, but doesn't affect the
other libraries to not depend on the @ref GL library, but doesn't affect
@ref GL library itself.
the @ref GL library itself.
- `TARGET_GLES` --- Target OpenGL ES. Available only when `WITH_GL` is
- `TARGET_GLES` --- Target OpenGL ES. Available only when `WITH_GL` is
enabled.
enabled.
- `TARGET_GLES2` --- Target OpenGL ES 2.0 instead of 3.0 and later. Available
- `TARGET_GLES2` --- Target OpenGL ES 2.0 instead of 3.0 and later. Available
@ -419,27 +419,24 @@ be built and which not:
- `WITH_AUDIO` --- Build the @ref Audio library. Depends on
- `WITH_AUDIO` --- Build the @ref Audio library. Depends on
[OpenAL](https://www.openal.org/), not built by default.
[OpenAL](https://www.openal.org/), not built by default.
- `WITH_DEBUGTOOLS` --- Build the @ref DebugTools library. Enables also
- `WITH_DEBUGTOOLS` --- Build the @ref DebugTools library.
building of the GL library.
- `WITH_GL` --- Build the @ref GL library. Enabled automatically if
- `WITH_GL` --- Build the @ref GL library
`WITH_SHADERS` or `WITH_TEXT` is enabled.
- `WITH_MESHTOOLS` --- Build the @ref MeshTools library. Enables also
- `WITH_MESHTOOLS` --- Build the @ref MeshTools library. Enables also
building of the Trade and GL libraries .
building of the Trade library .
- `WITH_PRIMITIVES` --- Build the @ref Primitives library. Enables also
- `WITH_PRIMITIVES` --- Build the @ref Primitives library. Enables also
building of the Trade and GL libraries .
building of the Trade library .
- `WITH_SCENEGRAPH` --- Build the @ref SceneGraph library. Enabled
- `WITH_SCENEGRAPH` --- Build the @ref SceneGraph library. Enabled
automatically if `WITH_SHAPES` is enabled.
automatically if `WITH_SHAPES` is enabled.
- `WITH_SHADERS` --- Build the @ref Shaders library. Enables also building of
- `WITH_SHADERS` --- Build the @ref Shaders library. Enables also building of
the GL library.
the GL library.
- `WITH_SHAPES` --- Build the @ref Shapes library. Enables also building of
- `WITH_SHAPES` --- Build the @ref Shapes library. Enables also building of
the SceneGraph library. Enabled automatically if `WITH_DEBUGTOOLS` is
the SceneGraph library.
enabled.
- `WITH_TEXT` --- Build the @ref Text library. Enables also building of
- `WITH_TEXT` --- Build the @ref Text library. Enables also building of
the TextureTools and GL libraries.
the TextureTools and GL libraries.
- `WITH_TEXTURETOOLS` --- Build the @ref TextureTools library. Enables also
- `WITH_TEXTURETOOLS` --- Build the @ref TextureTools library. Enabled
building of the GL library. Enabled automatically if `WITH_TEXT` or
automatically if `WITH_TEXT` or `WITH_DISTANCEFIELDCONVERTER` is enabled.
`WITH_DISTANCEFIELDCONVERTER` is enabled.
- `WITH_TRADE` --- Build the @ref Trade library.
- `WITH_TRADE` --- Build the @ref Trade library. Enables also building of the
GL library.
There are more involved component dependencies that are not described here (for
There are more involved component dependencies that are not described here (for
example the @ref DebugTools has some functionality that gets built only when
example the @ref DebugTools has some functionality that gets built only when