@ -385,8 +385,8 @@ available for desktop OpenGL only, see @ref requires-gl.
- `TARGET_GL` --- Build libraries with OpenGL interoperability enabled.
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
@ref GL library itself.
other libraries to not depend on the @ref GL library, but doesn't affect
the @ref GL library itself.
- `TARGET_GLES` --- Target OpenGL ES. Available only when `WITH_GL` is
enabled.
- `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
[OpenAL](https://www.openal.org/), not built by default.
- `WITH_DEBUGTOOLS` --- Build the @ref DebugTools library. Enables also
building of the GL library.
- `WITH_GL` --- Build the @ref GL library
- `WITH_DEBUGTOOLS` --- Build the @ref DebugTools library.
- `WITH_GL` --- Build the @ref GL library. Enabled automatically if
`WITH_SHADERS` or `WITH_TEXT` is enabled.
- `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
building of the Trade and GL libraries .
building of the Trade library .
- `WITH_SCENEGRAPH` --- Build the @ref SceneGraph library. Enabled
automatically if `WITH_SHAPES` is enabled.
- `WITH_SHADERS` --- Build the @ref Shaders library. Enables also building of
the GL library.
- `WITH_SHAPES` --- Build the @ref Shapes library. Enables also building of
the SceneGraph library. Enabled automatically if `WITH_DEBUGTOOLS` is
enabled.
the SceneGraph library.
- `WITH_TEXT` --- Build the @ref Text library. Enables also building of
the TextureTools and GL libraries.
- `WITH_TEXTURETOOLS` --- Build the @ref TextureTools library. Enables also
building of the GL library. Enabled automatically if `WITH_TEXT` or
`WITH_DISTANCEFIELDCONVERTER` is enabled.
- `WITH_TRADE` --- Build the @ref Trade library. Enables also building of the
GL library.
- `WITH_TEXTURETOOLS` --- Build the @ref TextureTools library. Enabled
automatically if `WITH_TEXT` or `WITH_DISTANCEFIELDCONVERTER` is enabled.
- `WITH_TRADE` --- Build the @ref Trade library.
There are more involved component dependencies that are not described here (for
example the @ref DebugTools has some functionality that gets built only when