summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-09-12 15:35:54 +0100
committerEmil Velikov <[email protected]>2017-09-13 21:52:42 +0100
commite012ade1cfa6df420d60502b1acee557b3df7617 (patch)
tree4aee28d0dba8ed2c176664643b23cfaa75d03b3e
parent41e691d60518791d6676f526858b37a9f31c08d8 (diff)
docs/egl: remove reference to EGL_DRIVERS_PATH
Support for external egl drivers was dropped a few years ago. Fixes: 209360bbb91bb10346eb "egl/main: drop support for external egl drivers" Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> (cherry picked from commit 85b66d20969685c26d3f7d22b6fc7b988872fa88)
-rw-r--r--docs/egl.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/egl.html b/docs/egl.html
index f072ce1a045..e752a707a3b 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -130,27 +130,6 @@ mesa/demos repository.</p>
runtime</p>
<dl>
-<dt><code>EGL_DRIVERS_PATH</code></dt>
-<dd>
-
-<p>By default, the main library will look for drivers in the directory where
-the drivers are installed to. This variable specifies a list of
-colon-separated directories where the main library will look for drivers, in
-addition to the default directory. This variable is ignored for setuid/setgid
-binaries.</p>
-
-<p>This variable is usually set to test an uninstalled build. For example, one
-may set</p>
-
-<pre>
- $ export LD_LIBRARY_PATH=$mesa/lib
- $ export EGL_DRIVERS_PATH=$mesa/lib/egl
-</pre>
-
-<p>to test a build without installation</p>
-
-</dd>
-
<dt><code>EGL_DRIVER</code></dt>
<dd>