[PATCH] Build instructions: Add mesa make realclean.

Darxus darxus at chaosreigns.com
Tue Feb 8 13:08:21 PST 2011


make realclean before second mesa build so stuff required for wayland egl
platform gets rebuilt.

---
 building.html |    1 +
 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             \
-- 
1.7.1


More information about the wayland-devel mailing list