summaryrefslogtreecommitdiff
path: root/docs/openvg.html
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-22 16:31:43 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-22 16:45:28 +0800
commit3c967a920718c2a74996ac23b8c1964915db88c2 (patch)
treec0dc48858a5abaa75cc7bb68682a7ef3e1136593 /docs/openvg.html
parent3a4b7d3071c7377d8fbe37a0a2f486b919ff53cb (diff)
st/egl_g3d: Rename to st/egl.
Simply the name to egl.
Diffstat (limited to 'docs/openvg.html')
-rw-r--r--docs/openvg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/openvg.html b/docs/openvg.html
index cd39b133c4..cdf6b57e0f 100644
--- a/docs/openvg.html
+++ b/docs/openvg.html
@@ -34,7 +34,7 @@ Please refer to <a href="egl.html">Mesa EGL</a> for more information about EGL.
<h3>Sample build</h3>
A sample build looks as follows:
<pre>
- $ ./configure --with-state-trackers=egl_g3d,vega --enable-gallium-intel
+ $ ./configure --with-state-trackers=egl,vega --enable-gallium-intel
$ make
$ make install
</pre>