Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#9456 closed defect (fixed)

libinput-1.8.0 configure parameters

Reported by: Wayne Blaszczyk Owned by: blfs-book@…
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 bdubbs@…, 7 years ago

Resolution: fixed
Status: newclosed

These switches are needed, but the package needed a little more tweaking.

Fixed at revision 18925.

comment:2 by Pierre Labastie, 7 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.

comment:3 by bdubbs@…, 7 years ago

Please go ahead.

comment:4 by Pierre Labastie, 7 years ago

Done at r18926

Note: See TracTickets for help on using tickets.