mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 12:20:04 +01:00
doc: update building notes with the bug to ninja vs ninja-build on Fedora
Up-to-date Fedora doesn't need to use ninja-build anymore Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
44b9dca9d5
commit
bb5db8dbca
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ $> ninja -C builddir
|
|||
$> sudo ninja -C builddir/ install
|
||||
@endcode
|
||||
|
||||
@note On Fedora, use ```ninja-build``` instead of ```ninja```. We recommend
|
||||
setting up a shell alias.
|
||||
@note On Fedora, you may need to use ```ninja-build``` instead of
|
||||
```ninja```. See [this bug](https://bugzilla.redhat.com/show_bug.cgi?id=1166135)
|
||||
|
||||
@subsection building_autotools Building with automake
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue