[PATCH 1/4] building: Wayland core libraries

Kristian Høgsberg krh at bitplanet.net
Thu Feb 17 09:09:54 PST 2011


On Thu, Feb 17, 2011 at 7:29 AM, Sedat Dilek <sedat.dilek at googlemail.com> wrote:

I looks like all these patches raced with Darxus' updates.  I applied
Darxus' patch since I had it sitting in my inbox a couple of days
already, but hopefully the end result should be the same.

Thanks,
Kristian

> Signed-off-by: Sedat Dilek <sedat.dilek at gmail.com>
> ---
>  building.html |   17 +++++++++++++++++
>  1 files changed, 17 insertions(+), 0 deletions(-)
>
> diff --git a/building.html b/building.html
> index 8005ce1..4147d90 100644
> --- a/building.html
> +++ b/building.html
> @@ -55,6 +55,23 @@ Minimum requirements:
>  AMD/ATI: Linux kernel >=2.6.38-rcX and ddx (xf86-video-ati) >=6.14.0
>  </p>
>
> +<h2>Wayland core libraries</h2>
> +
> +<p>Recently, Wayland was split into core libs and demos.
> +There now exists two repositories:
> +1. wayland/wayland
> +2. wayland/wayland-demos
> +</p>
> +
> +<p>Build Wayland core libs:</p>
> +<pre>
> +    $ git clone git://anongit.freedesktop.org/wayland/wayland
> +    $ cd wayland
> +    $ ./autogen.sh --prefix=$INSTALL_PATH
> +    $ make
> +    $ make install
> +</pre>
> +
>  <h2>Building mesa without Wayland EGL platform</h2>
>
>  <p>Wayland uses the mesa EGL stack, and all extensions required to run
> --
> 1.7.4.1
>
>


More information about the wayland-devel mailing list