mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 02:20:30 +01:00
doc: update the soname, remove the warning
The soname will remain fixed now, we're going through all the trouble of having a proper map file so that we don't have to bump it all the time. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9b738d0071
commit
930714a094
1 changed files with 3 additions and 7 deletions
|
|
@ -56,15 +56,11 @@ the library path and that all symlinks point to the new library.
|
|||
<pre>
|
||||
$> ls -l /usr/lib64/libinput.*
|
||||
-rwxr-xr-x 1 root root 946 Apr 28 2015 /usr/lib64/libinput.la
|
||||
lrwxrwxrwx 1 root root 19 Feb 1 15:12 /usr/lib64/libinput.so -> libinput.so.10.11.2
|
||||
lrwxrwxrwx 1 root root 19 Feb 1 15:12 /usr/lib64/libinput.so.10 -> libinput.so.10.11.2
|
||||
-rwxr-xr-x 1 root root 204992 Feb 1 15:12 /usr/lib64/libinput.so.10.11.2
|
||||
lrwxrwxrwx 1 root root 19 Feb 1 15:12 /usr/lib64/libinput.so -> libinput.so.10.13.0
|
||||
lrwxrwxrwx 1 root root 19 Feb 1 15:12 /usr/lib64/libinput.so.10 -> libinput.so.10.13.0
|
||||
-rwxr-xr-x 1 root root 204992 Feb 1 15:12 /usr/lib64/libinput.so.10.13.0
|
||||
</pre>
|
||||
|
||||
The .so installed from git master may have a lower number than the
|
||||
system-provided one. In that case, manually adjust the symlinks to point to
|
||||
the newly installed .so.x.x.x
|
||||
|
||||
@subsection reverting_install Reverting to the system-provided libinput package
|
||||
|
||||
The recommended way to revert to the system install is to use the package
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue