From 6d18c0e0c5d384ce5922f809c55cfe04b91054ad Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Mon, 3 Apr 2017 08:51:22 -0600 Subject: [PATCH libinput] Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100527 --- doc/building.dox | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index 7361d159..c2015980 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -65,7 +65,8 @@ overwriting manually installed files.
  • Debian/Ubuntu based distributions: ```sudo apt-get install --reinstall libinput```
  • Fedora 22 and later: ```sudo dnf reinstall libinput```
  • -
  • SuSE/RHEL/CentOS/Fedora 21 and earlier: ```sudo yum reinstall libinput```
  • +
  • RHEL/CentOS/Fedora 21 and earlier: ```sudo yum reinstall libinput```
  • +
  • openSUSE: ```sudo zypper install --force libinput10```
  • Arch: ```sudo packman -S libinput```
  • @@ -80,7 +81,16 @@ These can be installed with one of the following commands:
  • Debian/Ubuntu based distributions: ```sudo apt-get build-dep libinput```
  • Fedora 22 and later: ```sudo dnf builddep libinput```
  • -
  • SuSE/RHEL/CentOS/Fedora 21 and earlier: ```sudo yum-builddep libinput```
  • +
  • RHEL/CentOS/Fedora 21 and earlier: ```sudo yum-builddep libinput```
  • +
  • openSUSE: +
    +$> sudo zypper modifyrepo --enable `zypper repos | grep source | awk '{print $5}'`
    +$> sudo zypper source-install -d libinput10
    +$> sudo zypper install autoconf automake libtool
    +$> sudo zypper modifyrepo --disable `zypper repos | grep source | awk '{print $5}'`
    +
    +
  • +
  • Arch:
     $> abs extra/libinput
    -- 
    2.12.0