[PATCH wayland-web] Updated additional dependencies for a cleaner Ubuntu 12.04 LTS system.
Jon A. Cruz
jon at joncruz.org
Mon Oct 27 00:25:05 PDT 2014
---
ubuntu12.04.html | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/ubuntu12.04.html b/ubuntu12.04.html
index 804433e..7576fd4 100644
--- a/ubuntu12.04.html
+++ b/ubuntu12.04.html
@@ -15,7 +15,8 @@ Building Weston on Ubuntu 12.04</h1>
XWayland on an Ubuntu 12.04 LTS system, on May 23rd, 2014. This system had
previously been used to compile Xlib programs, and thus already had
some dependencies (such as git, the compiler, and X11 header files)
-installed.</p>
+installed. Dependencies were last updated from a successful build
+on October 20th, 2014.</p>
<p>Parallel make (<code>make -j 9</code>) will probably work on all
packages but only the ones shown were compiled this way.</p>
@@ -39,6 +40,7 @@ mkdir -p $ACLOCAL_PATH
<span class="comment"># dependencies for libwayland:</span>
sudo apt-get install doxygen <span class="comment"># or use --disable-documentation</span>
+sudo apt-get install xmlto <span class="comment"># or use --disable-documentation</span>
<span class="comment"># libwayland-*:</span>
git clone git://anongit.freedesktop.org/wayland/wayland
@@ -253,6 +255,12 @@ cd libxkbfile
make && make install
cd ..
+git clone git://anongit.freedesktop.org/xorg/proto/scrnsaverproto
+cd scrnsaverproto
+./autogen.sh --prefix=$WLD
+make && make install
+cd ..
+
<span class="comment"># XWayland:</span>
git clone git://anongit.freedesktop.org/xorg/xserver
cd xserver
--
1.7.12
More information about the wayland-devel
mailing list