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:
Peter Hutterer 2017-06-13 12:30:35 +10:00
parent 44b9dca9d5
commit bb5db8dbca

View file

@ -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