st/egl_g3d: Rename to st/egl.

Simply the name to egl.
This commit is contained in:
Chia-I Wu
2010-01-22 16:31:43 +08:00
parent 3a4b7d3071
commit 3c967a9207
36 changed files with 25 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ for more information about EGL.</p>
<h2>Build the Libraries</h2>
<ol>
<li>Run <code>configure</code> with <code>--with-state-trackers=egl_g3d,es</code> and enable the Gallium driver for your hardware.</li>
<li>Run <code>configure</code> with <code>--with-state-trackers=egl,es</code> and enable the Gallium driver for your hardware.</li>
<li>Build and install Mesa as usual.</li>
</ol>