All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandra Yates <alexandra.yates at linux.intel.com>
To: powertop@lists.01.org
Subject: Re: [Powertop] [PATCH] Optionally check for ncurses pkgconfig file.
Date: Wed, 07 May 2014 12:17:43 -0700	[thread overview]
Message-ID: <60893.10.24.20.10.1399490263.squirrel@linux.intel.com> (raw)
In-Reply-To: CABsxX9LV5E9w6eNKtAmoD4kUm1rryCgwDiQKiCN17MDeqxByyA@mail.gmail.com

[-- Attachment #1: Type: text/plain, Size: 1399 bytes --]

> On Tue, May 6, 2014 at 12:53 AM, Sergey Senozhatsky
> <sergey.senozhatsky(a)gmail.com> wrote:
>> On (05/05/14 23:42), Auke Kok wrote:
>>> ---
>>>  configure.ac | 3 ++-
>>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/configure.ac b/configure.ac
>>> index baa5faa..5a90fe3 100644
>>> --- a/configure.ac
>>> +++ b/configure.ac
>>> @@ -46,7 +46,8 @@ AC_FUNC_REALLOC
>>>  AC_FUNC_STRTOD
>>>  AC_CHECK_FUNCS([fdatasync getpagesize gettimeofday memmove memset
>>> mkdir munmap pow realpath regcomp select setlocale socket sqrt
>>> strcasecmp strchr strdup strerror strncasecmp strstr strtoul
>>> strtoull])
>>>
>>> -AC_SEARCH_LIBS([delwin], [ncursesw ncurses], [], AC_MSG_ERROR([ncurses
>>> is required but was not found]), [])
>>> +PKG_CHECK_MODULES([NCURSES], [ncurses], [LIBS="$LIBS $ncurses_LIBS"],
>>                                 ^^^^^^^^^
>>                                 [ncursesw ncurses]?
>
> Good question, I actually do not know, and I don't have an ncurses
> pkgconfig around to see if that works.
>
> Alexandra, can you see if this works with:
>
> +PKG_CHECK_MODULES([NCURSES], [ncursesw ncurses], [LIBS="$LIBS
> $ncurses_LIBS"],
>
> That needs to be tested by someone with a new ncurses.
>
> Auke
>

I'm on training this week.  I will be able to test at the end of the day
after my class today.

Thank you,
Alexandra.

             reply	other threads:[~2014-05-07 19:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-07 19:17 Alexandra Yates [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-09 22:28 [Powertop] [PATCH] Optionally check for ncurses pkgconfig file Joe Konno
2014-05-09 22:01 Auke Kok
2014-05-09 22:00 Kok, Auke-jan H
2014-05-09 21:59 Kok, Auke-jan H
2014-05-09 21:59 Auke Kok
2014-05-09  7:30 Sergey Senozhatsky
2014-05-08 17:06 Joe Konno
2014-05-08 16:14 Alexandra Yates
2014-05-07  0:38 Kok, Auke-jan H
2014-05-06  7:53 Sergey Senozhatsky
2014-05-06  6:42 Auke Kok

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=60893.10.24.20.10.1399490263.squirrel@linux.intel.com \
    --to=powertop@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.