This replaces outdated instructions on how to build libinput. Signed-off-by: Matheus Santana <[email protected]> --- building.html | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-)
diff --git a/building.html b/building.html index b075051..03f7e3e 100644 --- a/building.html +++ b/building.html @@ -219,26 +219,10 @@ $ cd .. <p><a href="http://www.freedesktop.org/wiki/Software/libinput/">Libinput</a> translates evdev events into Wayland events. It has been split from -Weston as the code is reusable by any Wayland compositor on Linux.</p> - -<pre> -$ git clone <a href="https://cgit.freedesktop.org/wayland/libinput">git://anongit.freedesktop.org/wayland/libinput</a> -$ cd libinput -$ ./autogen.sh --prefix=$WLD -$ make && make install -$ cd .. -</pre> - -<ul> -<li>You probably need the development package for - <a href="http://www.freedesktop.org/wiki/Software/libevdev/">libevdev</a>, - this is in <a href="https://cgit.freedesktop.org/libevdev"><code>git://anongit.freedesktop.org/libevdev</code></a></li> - -<li><a href="https://sourceforge.net/projects/linuxwacom/">libwacom</a> source is in <code>git://git.code.sf.net/p/linuxwacom/libwacom</code></li> - -<li><a href="http://xkbcommon.org/">libxkbcommon</a> source is -in <a href="http://github.com/xkbcommon/libxkbcommon"><code>git://github.com/xkbcommon/libxkbcommon</code></a>.</li> -</ul> +Weston as the code is reusable by any Wayland compositor on Linux. +Head to +<a href="https://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html"> +libinput docs</a> for instructions on how to build it.</p> <h2>Weston and demo applications</h2> -- 2.1.4 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
