Skip to content

T GUI tools: guard with cmake option, default off

Robert Schmidt requested to merge t-tools-dependency-fix into develop

From the commit message:

The T tools offering a GUI use libxft as a dependency. By default, we try to limit the amount of dependencies, but libxft comes with X11.

Put the GUI tools behind cmake option T_TOOLS_GUI (default: off) to only build on demand with a cmake option.

Put libxft-dev as an optional dependency in the install script

Merge request reports