summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarxus <darxus@chaosreigns.com>2011-02-08 16:08:21 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-02-10 12:28:09 -0500
commitbba83ebdb124f6c95c04a1ea7db3418b401296fe (patch)
tree79609adeb31692d8f791f9daef236d4faca70149
parent481eb4edf9f8301a3a691f6964f4f9a37edcb79b (diff)
Build instructions: Add mesa make realclean.
make realclean before second mesa build so stuff required for wayland egl platform gets rebuilt.
-rw-r--r--building.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/building.html b/building.html
index 48d5837..dcf06f9 100644
--- a/building.html
+++ b/building.html
@@ -146,6 +146,7 @@ dependencies, first install just the libraries:</p>
wayland to --enable-egl-platforms.</p>
<pre> $ cd mesa
+ $ make realclean # Otherwise important stuff doesn't get rebuilt.
$ ./autogen.sh --prefix=$HOME/install --enable-egl --enable-gles2 \
--enable-gallium-nouveau --with-state-trackers=glx,dri,egl \
--with-egl-platforms=<b>wayland,</b>drm --enable-gles-overlay \