projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44b9dca
)
doc: update building notes with the bug to ninja vs ninja-build on Fedora
author
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 13 Jun 2017 02:30:35 +0000
(12:30 +1000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/doc/building.dox
b/doc/building.dox
index 0efc084de72225c6aade3176b029db0630dcc9aa..0deed137866e6e383470517b36aaaa07ae67a8f1 100644
(file)
--- a/
doc/building.dox
+++ b/
doc/building.dox
@@
-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