mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 12:10:06 +01:00
Fix build instructions for openSUSE
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100527 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a49ebfe593
commit
88eaa7c1fd
1 changed files with 12 additions and 2 deletions
|
|
@ -65,7 +65,8 @@ overwriting manually installed files.
|
|||
<li><b>Debian/Ubuntu</b> based distributions: ```sudo apt-get install
|
||||
--reinstall libinput```</li>
|
||||
<li><b>Fedora 22</b> and later: ```sudo dnf reinstall libinput```</li>
|
||||
<li><b>SuSE/RHEL/CentOS/Fedora 21</b> and earlier: ```sudo yum reinstall libinput```</li>
|
||||
<li><b>RHEL/CentOS/Fedora 21</b> and earlier: ```sudo yum reinstall libinput```</li>
|
||||
<li><b>openSUSE</b>: ```sudo zypper install --force libinput10```</li>
|
||||
<li><b>Arch</b>: ```sudo packman -S libinput```</li>
|
||||
</ul>
|
||||
|
||||
|
|
@ -80,7 +81,16 @@ These can be installed with one of the following commands:
|
|||
<li><b>Debian/Ubuntu</b> based distributions: ```sudo apt-get build-dep
|
||||
libinput```</li>
|
||||
<li><b>Fedora 22</b> and later: ```sudo dnf builddep libinput```</li>
|
||||
<li><b>SuSE/RHEL/CentOS/Fedora 21</b> and earlier: ```sudo yum-builddep libinput```</li>
|
||||
<li><b>RHEL/CentOS/Fedora 21</b> and earlier: ```sudo yum-builddep libinput```</li>
|
||||
<li><b>openSUSE</b>:
|
||||
<pre>
|
||||
$> 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}'`
|
||||
</pre>
|
||||
</li>
|
||||
</pre>
|
||||
<li><b>Arch</b>:
|
||||
<pre>
|
||||
$> abs extra/libinput
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue