aboutsummaryrefslogtreecommitdiffstats
path: root/docs/releasing.html
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-11-25 18:34:03 +0000
committerEmil Velikov <[email protected]>2017-05-19 19:44:02 +0100
commit73682f82bc8ab2b96b76ec12da9d2d130ec5e352 (patch)
treed972d3c495325ca2039c713cd49386fe17687ee5 /docs/releasing.html
parent27737e7e84ea1fc9afb44d9294bcf9896f876cfc (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]>
Diffstat (limited to 'docs/releasing.html')
-rw-r--r--docs/releasing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releasing.html b/docs/releasing.html
index e2206b539a9..38d59f6debb 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -460,7 +460,7 @@ Here is one solution that I've been using.
--enable-glx-tls \
--enable-gbm \
--enable-egl \
- --with-egl-platforms=x11,drm,wayland
+ --with-platforms=x11,drm,wayland
make -j2 &amp;&amp; DESTDIR=`pwd`/test make -j6 install
__glxinfo_cmd='glxinfo 2>&amp;1 | egrep -o "Mesa.*|Gallium.*|.*dri\.so"'
__glxgears_cmd='glxgears 2>&amp;1 | grep -v "configuration file"'