[PATCH 3/4] building: Wayland demos
Sedat Dilek
sedat.dilek at googlemail.com
Thu Feb 17 04:29:48 PST 2011
Signed-off-by: Sedat Dilek <sedat.dilek at gmail.com>
---
building.html | 17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/building.html b/building.html
index 5c4aa25..f93b077 100644
--- a/building.html
+++ b/building.html
@@ -162,18 +162,21 @@ package for pixman.</p>
$ make && make install
</pre>
-<h2>Wayland libraries</h2>
+<h2>Wayland demos</h2>
-<p>With mesa and libxkbcommon in place, we can checkout and build Wayland.
+<p>With mesa and libxkbcommon in place, we can checkout and build Wayland
+demos.
Aside from mesa, Wayland may need development packages for gdk-pixbuf-2.0,
libudev, libdrm, xcb-dri2, xcb-fixes (for X compositor) cairo-gl,
-glib-2.0, gdk-2.0 (for poppler) and poppler-glib. To satisfy mesa
-dependencies, first install just the libraries:</p>
+glib-2.0, gdk-2.0 (for poppler) and poppler-glib.</p>
-<pre> $ git clone git://anongit.freedesktop.org/wayland
- $ cd wayland
+<p>Build Wayland demos:</p>
+<pre>
+ $ git clone git://anongit.freedesktop.org/wayland/wayland-demos
+ $ cd wayland-demos
$ ./autogen.sh --prefix=$INSTALL_PATH
- $ make -C wayland/ install
+ $ make
+ $ make install
</pre>
<h2>Building mesa with Wayland EGL platform</h2>
--
1.7.4.1
More information about the wayland-devel
mailing list