Re: [PATCH 3/3] powertop: ncurses: Enable ncurses for android and miscellaneous changes

2011-07-18 Thread Amit Kachhap
On 15 July 2011 23:05, Kok, Auke-jan H wrote: > On Thu, Jul 14, 2011 at 11:35 PM, Amit Daniel Kachhap > wrote: >> This patch enables ncurses for android. NCURSES_NOMACRO flag is enabled >> as there is some conflict with stl libraries. >> >> Signed-off-by:  Amit Daniel Kachhap >> --- >>  Android.

Re: [PATCH 3/3] powertop: ncurses: Enable ncurses for android and miscellaneous changes

2011-07-15 Thread Kok, Auke-jan H
On Thu, Jul 14, 2011 at 11:35 PM, Amit Daniel Kachhap wrote: > This patch enables ncurses for android. NCURSES_NOMACRO flag is enabled > as there is some conflict with stl libraries. > > Signed-off-by:  Amit Daniel Kachhap > --- >  Android.mk             |   23 +++ >  display.

[PATCH 3/3] powertop: ncurses: Enable ncurses for android and miscellaneous changes

2011-07-14 Thread Amit Daniel Kachhap
This patch enables ncurses for android. NCURSES_NOMACRO flag is enabled as there is some conflict with stl libraries. Signed-off-by: Amit Daniel Kachhap --- Android.mk | 23 +++ display.cpp|5 - display.h |3 ++- lib.cpp