diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-10-20 14:59:15 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-10-20 14:59:15 -0400 |
commit | cf9580036a830f9e95f32dbcedfc57ea1697f120 (patch) | |
tree | cad288bb3c8d10fca08210a2d68cf271a269ccee /tools/perf/Makefile | |
parent | 29208e573a9409ee56599cc0157f31b42c7a0235 (diff) |
perf ui browser: Use libslang to read keys
Just another step in stopping the use of libnewt in perf.
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-uy6s534uqxq8tenh6s3k8ocj@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 37fe93019bc6..b98e3075646b 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -472,6 +472,7 @@ else | |||
472 | LIB_H += util/ui/browser.h | 472 | LIB_H += util/ui/browser.h |
473 | LIB_H += util/ui/browsers/map.h | 473 | LIB_H += util/ui/browsers/map.h |
474 | LIB_H += util/ui/helpline.h | 474 | LIB_H += util/ui/helpline.h |
475 | LIB_H += util/ui/keysyms.h | ||
475 | LIB_H += util/ui/libslang.h | 476 | LIB_H += util/ui/libslang.h |
476 | LIB_H += util/ui/progress.h | 477 | LIB_H += util/ui/progress.h |
477 | LIB_H += util/ui/util.h | 478 | LIB_H += util/ui/util.h |