Make libncurses optional
authorJulien Desfossez <jdesfossez@efficios.com>
Wed, 12 Feb 2014 02:58:15 +0000 (21:58 -0500)
committerJulien Desfossez <jdesfossez@efficios.com>
Wed, 12 Feb 2014 02:58:15 +0000 (21:58 -0500)
commitec016cb4cf5cc8faa6d09476fb6bc1818da8e8fe
treeaefaaa1a10390c5939b6536f5e392981e9e78674
parent3e06508b0899221e86b317af0576338c05fde5f2
Make libncurses optional

During the configure, if ncurses is not detected, compile only the
textdump code and print an error if the user tries to use the GUI.
This will allow to create a package with only the textdump code for
platforms that don't have/want ncurses packages.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
configure.ac
src/Makefile.am
src/cursesdisplay.c
src/lttng-live-comm.c
src/lttngtop.c
This page took 0.023787 seconds and 4 git commands to generate.