summaryrefslogtreecommitdiff
path: root/docs/egl.html
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-02-02 11:05:19 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-02-02 11:06:29 +0800
commit7fc35811c4157a3a1db1325451c4f902acbaa303 (patch)
tree055cfc20739f373a44531d161aed1cb92c04a458 /docs/egl.html
parent5fa4ea29343757084d16ebb86e29009742d50dac (diff)
docs: Update for EGL environment variables.
Mention that EGL_DRIVER should be a full path, and add a link from envvars.html to egl.html.
Diffstat (limited to 'docs/egl.html')
-rw-r--r--docs/egl.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/egl.html b/docs/egl.html
index 57b1d1488a..87f7e7ddcc 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -128,8 +128,9 @@ runtime</p>
<ul>
<li><code>EGL_DRIVER</code>
-<p>This variable forces the specified EGL driver to be loaded. It comes in
-handy when one wants to test a specific driver.</p>
+<p>This variable specifies a full path to an EGL driver and it forces the
+specified EGL driver to be loaded. It comes in handy when one wants to test a
+specific driver.</p>
</li>