doc: update building notes with the bug to ninja vs ninja-build on Fedora
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 13 Jun 2017 02:30:35 +0000 (12:30 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 13 Jun 2017 02:30:35 +0000 (12:30 +1000)
Up-to-date Fedora doesn't need to use ninja-build anymore

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/building.dox

index 0efc084de72225c6aade3176b029db0630dcc9aa..0deed137866e6e383470517b36aaaa07ae67a8f1 100644 (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