diff options
author | Chia-I Wu <[email protected]> | 2011-01-07 16:30:08 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-01-10 11:50:34 +0800 |
commit | c98ea26e16b6458b4385d6558936696e4d099455 (patch) | |
tree | ca75d5d0355fe29e95375db7683e13e26e80fc5b /docs | |
parent | 15f0223931e32ef5ff82b39a2b6c433400edbd9d (diff) |
egl: Make egl_dri2 and egl_glx built-in drivers.
These two drivers are small in size. Making them built-in should
simplify packaging.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/egl.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/egl.html b/docs/egl.html index 33e9187ce7f..a92f9d1b1d7 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -148,9 +148,10 @@ may set</p> <li><code>EGL_DRIVER</code> -<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. This variable is ignored for setuid/setgid binaries.</p> +<p>This variable specifies a full path to or the name of an EGL driver. It +forces the specified EGL driver to be loaded. It comes in handy when one wants +to test a specific driver. This variable is ignored for setuid/setgid +binaries.</p> </li> |