#9456 closed defect (fixed)
libinput-1.8.0 configure parameters
Reported by: | Wayne Blaszczyk | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 8.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
libinput-1.8.0 will not build if doxygen is not installed and the --disable-documentation parametert is not specified.
libinput-1.8.0 will not build if libunwind is not installed and the --without-libunwind parameter is not specified.
Change History (4)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Not enough tweaking: Defaults are now:
--enable-tests: requires libunwind
--enable-debug-gui: requires cairo and GTK-+3
--enable-libwacom: requires libwacom (was already the default in 1.7.x)
--enable-documentation: requires doxygen and graphviz
So the right switches are:
--disable-tests --disable-debug-gui (missing in r18925) --disable-libwacom --disable-documentation
I'll fix that and command explanations, unless you beat me on that.
Note:
See TracTickets
for help on using tickets.
These switches are needed, but the package needed a little more tweaking.
Fixed at revision 18925.