[PATCH wayland-web 1/2] Updated Ubuntu 12.04 instructions
Bill Spitzak
spitzak at gmail.com
Wed Oct 29 16:10:23 PDT 2014
This was tested on the same machine as before. Changes are:
- xmlto is required (it was already installed on my machine so I missed this)
- libinput is enabled by default
- fixed date
Several x11 proto packages that seem to be required on my Mint 14.04 machine
are not necessary here: randrproto, compositeproto, scrnsaverproto,
xineramaproto.
I believe the reason is that the libx11-dev package necessary for mesa
installed sufficiently-recent versions.
---
ubuntu12.04.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ubuntu12.04.html b/ubuntu12.04.html
index 804433e..805b35c 100644
--- a/ubuntu12.04.html
+++ b/ubuntu12.04.html
@@ -12,7 +12,7 @@
Building Weston on Ubuntu 12.04</h1>
<p>The following sequence of commands successfully built Weston and
-XWayland on an Ubuntu 12.04 LTS system, on May 23rd, 2014. This system had
+XWayland on an Ubuntu 12.04 LTS system, on October 29 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>
@@ -38,7 +38,7 @@ export ACLOCAL="aclocal -I $ACLOCAL_PATH"
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 doxygen xmlto <span class="comment"># or use --disable-documentation</span>
<span class="comment"># libwayland-*:</span>
git clone git://anongit.freedesktop.org/wayland/wayland
@@ -166,7 +166,7 @@ cd ..
<span class="comment"># Weston and demo applications:</span>
git clone git://anongit.freedesktop.org/wayland/weston
cd weston
-./autogen.sh --prefix=$WLD --enable-libinput-backend --disable-setuid-install
+./autogen.sh --prefix=$WLD --disable-setuid-install
make -j 9 && make install
cd ..
--
1.7.9.5
More information about the wayland-devel
mailing list