diff options
author | Eric Engestrom <[email protected]> | 2019-04-24 13:16:57 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-04-30 15:25:40 +0000 |
commit | 46d6883a13717b4d91e31f76176cb74f66691d1c (patch) | |
tree | 8a6616c3f99950ec5fb00facf5404afbef0f4f18 /docs/opengles.html | |
parent | 1936bad9ec15883eefc327bdb56c2a795a0e918e (diff) |
docs: replace autotools intructions with meson equivalent
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'docs/opengles.html')
-rw-r--r-- | docs/opengles.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/opengles.html b/docs/opengles.html index 2872b248a41..6abf265fef9 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -25,7 +25,7 @@ https://www.khronos.org/opengles/</a>.</p> <h2>Build the Libraries</h2> <ol> -<li>Run <code>configure</code> with <code>--enable-gles1 --enable-gles2</code> and enable the Gallium driver for your hardware.</li> +<li>Run <code>meson configure</code> with <code>-D gles1=true -D gles2=true</code> and enable the Gallium driver for your hardware.</li> <li>Build and install Mesa as usual.</li> </ol> @@ -33,7 +33,7 @@ Alternatively, if XCB-DRI2 is installed on the system, one can use <code>egl_dri2</code> EGL driver with OpenGL|ES-enabled DRI drivers <ol> -<li>Run <code>configure</code> with <code>--enable-gles1 --enable-gles2</code>.</li> +<li>Run <code>meson configure</code> with <code>-D gles1=true -D gles2=true</code>.</li> <li>Build and install Mesa as usual.</li> </ol> |