From bba83ebdb124f6c95c04a1ea7db3418b401296fe Mon Sep 17 00:00:00 2001 From: Darxus Date: Tue, 8 Feb 2011 16:08:21 -0500 Subject: Build instructions: Add mesa make realclean. make realclean before second mesa build so stuff required for wayland egl platform gets rebuilt. --- building.html | 1 + 1 file changed, 1 insertion(+) 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:

wayland to --enable-egl-platforms.

    $ 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=wayland,drm --enable-gles-overlay             \
-- 
cgit v1.2.3