From 46d6883a13717b4d91e31f76176cb74f66691d1c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 24 Apr 2019 13:16:57 +0100 Subject: docs: replace autotools intructions with meson equivalent Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker --- docs/opengles.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/opengles.html') 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/.

Build the Libraries

    -
  1. Run configure with --enable-gles1 --enable-gles2 and enable the Gallium driver for your hardware.
  2. +
  3. Run meson configure with -D gles1=true -D gles2=true and enable the Gallium driver for your hardware.
  4. Build and install Mesa as usual.
@@ -33,7 +33,7 @@ Alternatively, if XCB-DRI2 is installed on the system, one can use egl_dri2 EGL driver with OpenGL|ES-enabled DRI drivers
    -
  1. Run configure with --enable-gles1 --enable-gles2.
  2. +
  3. Run meson configure with -D gles1=true -D gles2=true.
  4. Build and install Mesa as usual.
-- cgit v1.2.3