[PATCH] Update mesa build instructions
Kristian Høgsberg
krh at bitplanet.net
Mon Jul 18 10:59:41 PDT 2011
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.
> 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 && make install
>
> + $ git clone git://anongit.freedesktop.org/git/xorg/util/macros
> + $ cd macros
> + $ ./autogen.sh --prefix=$WLD
> + $ make && make install
> +
> + $ git clone git://anongit.freedesktop.org/xorg/proto/glproto
> + $ cd macros
> + $ ./autogen.sh --prefix=$WLD
> + $ make && make install
> +
> + $ git clone git://anongit.freedesktop.org/xorg/proto/dri2proto
> + $ cd macros
> + $ ./autogen.sh --prefix=$WLD
> + $ make && 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 && make install
> </pre>
>
> --
> 1.7.6
>
>
More information about the wayland-devel
mailing list