diff options
author | Emil Velikov <[email protected]> | 2016-11-25 18:34:03 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2017-05-31 22:32:02 +0200 |
commit | 29dc0b2d8c89ae0f49ad13440e9d217cbf06c477 (patch) | |
tree | d877716c97d16463d3e591d4f0db9da40a88fc41 /docs/egl.html | |
parent | 76362188cc1bf7f37e462d8bd7ea8e7e1d3d60cf (diff) |
configure: update remaining --with-egl-platforms references
Rename the remaining references to omit the egl part.
Cc: [email protected]
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
(cherry picked from commit 73682f82bc8ab2b96b76ec12da9d2d130ec5e352)
Signed-off-by: Juan A. Suarez Romero <[email protected]>
Diffstat (limited to 'docs/egl.html')
-rw-r--r-- | docs/egl.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/egl.html b/docs/egl.html index 17823c2b0fa..f072ce1a045 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -77,15 +77,13 @@ drivers will be installed to <code>${libdir}/egl</code>.</p> </dd> -<dt><code>--with-egl-platforms</code></dt> +<dt><code>--with-platforms</code></dt> <dd> <p>List the platforms (window systems) to support. Its argument is a comma -separated string such as <code>--with-egl-platforms=x11,drm</code>. It decides +separated string such as <code>--with-platforms=x11,drm</code>. It decides the platforms a driver may support. The first listed platform is also used by -the main library to decide the native platform: this defines EGL native -types such as <code>EGLNativeDisplayType</code> or -<code>EGLNativeWindowType</code>.</p> +the main library to decide the native platform.</p> <p>The available platforms are <code>x11</code>, <code>drm</code>, <code>wayland</code>, <code>surfaceless</code>, <code>android</code>, @@ -167,9 +165,9 @@ binaries.</p> <dd> <p>This variable specifies the native platform. The valid values are the same -as those for <code>--with-egl-platforms</code>. When the variable is not set, +as those for <code>--with-platforms</code>. When the variable is not set, the main library uses the first platform listed in -<code>--with-egl-platforms</code> as the native platform.</p> +<code>--with-platforms</code> as the native platform.</p> <p>Extensions like <code>EGL_MESA_drm_display</code> define new functions to create displays for non-native platforms. These extensions are usually used by |