[PATCH] Update mesa build instructions

Casey Dahlin cdahlin at redhat.com
Mon Jul 18 11:04:09 PDT 2011


On Mon, Jul 18, 2011 at 01:59:41PM -0400, Kristian Høgsberg wrote:
> On Mon, Jul 18, 2011 at 2:02 AM, Casey Dahlin <cdahlin at redhat.com> wrote:
> > ---
> >  building.html |   20 +++++++++++++++++---
> >  1 files changed, 17 insertions(+), 3 deletions(-)
> 
> Thanks, applied.
> 

There's an error in it :( The second command in the 3 new prerequisite
builds should be cd macros, cd glproto, and cd dri2proto respectively.
Note they all say macros now.

--CJD

> > diff --git a/building.html b/building.html
> > index f52f80e..1cced7b 100644
> > --- a/building.html
> > +++ b/building.html
> > @@ -85,11 +85,25 @@ Other dependencies are development packages of xcb-dri2 and xcb-xfixes.</p>
> >     $ ./autogen.sh --prefix=$WLD --enable-nouveau-experimental-api
> >     $ make &amp;&amp; make install
> >
> > +    $ git clone git://anongit.freedesktop.org/git/xorg/util/macros
> > +    $ cd macros
> > +    $ ./autogen.sh --prefix=$WLD
> > +    $ make &amp;&amp; make install
> > +
> > +    $ git clone git://anongit.freedesktop.org/xorg/proto/glproto
> > +    $ cd macros
> > +    $ ./autogen.sh --prefix=$WLD
> > +    $ make &amp;&amp; make install
> > +
> > +    $ git clone git://anongit.freedesktop.org/xorg/proto/dri2proto
> > +    $ cd macros
> > +    $ ./autogen.sh --prefix=$WLD
> > +    $ make &amp;&amp; make install
> > +
> >     $ git clone git://anongit.freedesktop.org/mesa/mesa
> >     $ cd mesa
> > -    $ ./autogen.sh --prefix=$WLD --enable-gles2                   \
> > -      --disable-gallium-egl --enable-gallium-nouveau --enable-gallium-r600 \
> > -      --with-egl-platforms=x11,wayland,drm
> > +    $ ./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl \
> > +      --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi
> >     $ make &amp;&amp; make install
> >  </pre>
> >
> > --
> > 1.7.6
> >
> >


More information about the wayland-devel mailing list