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 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel