From: Pekka Paalanen <[email protected]> Weston has not used libunwind since https://gitlab.freedesktop.org/wayland/weston/commit/bb707dc0fe331c9af112a0552b7aa6fde755dd83
Signed-off-by: Pekka Paalanen <[email protected]> --- building.html | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/building.html b/building.html index 2f87f89..a29a0bb 100644 --- a/building.html +++ b/building.html @@ -192,22 +192,6 @@ repo for the first time, the first thing to try is always "<code>git clean -xfd</code>", and possibly deleting your $WLD directory, as Mesa requires this often.</p> -<h2>libunwind</h2> - -<p>Weston requires <a href="http://www.nongnu.org/libunwind/">libunwind</a> -v1.1 if you don't configure it with <code>--disable-libunwind</code>. -Libunwind only helps with weston crash reports and is safe to skip, if not -intending to report bugs.</p> - -<pre> -$ git clone <a href="http://git.savannah.gnu.org/gitweb/?p=libunwind.git">git://git.sv.gnu.org/libunwind</a> -$ cd libunwind -$ autoreconf -i -$ ./configure --prefix=$WLD -$ make && make install -$ cd .. -</pre> - <h2>libinput</h2> <p><a href="http://www.freedesktop.org/wiki/Software/libinput/">Libinput</a> -- 2.20.1 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
