Re: [PATCH] perf: silence GTK2 probing errors

2012-08-19 Thread Namhyung Kim
Hi, David On Sun, 19 Aug 2012 09:46:42 -0600, David Ahern wrote: > If GTK2 development packages are not installed, make is rather noisy: > > $ make -C tools/perf O=/tmp/pbuild > Package gtk+-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing

Re: [PATCH] perf: silence GTK2 probing errors

2012-08-19 Thread Pekka Enberg
On Sun, Aug 19, 2012 at 6:46 PM, David Ahern wrote: > If GTK2 development packages are not installed, make is rather noisy: [snip] > Signed-off-by: David Ahern > Cc: Arnaldo Carvalho de Melo > Cc: Pekka Enberg > Cc: Namhyung Kim Acked-by: Pekka Enberg -- To unsubscribe from this list:

[PATCH] perf: silence GTK2 probing errors

2012-08-19 Thread David Ahern
If GTK2 development packages are not installed, make is rather noisy: $ make -C tools/perf O=/tmp/pbuild Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0'

[PATCH] perf: silence GTK2 probing errors

2012-08-19 Thread David Ahern
If GTK2 development packages are not installed, make is rather noisy: $ make -C tools/perf O=/tmp/pbuild Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0'

Re: [PATCH] perf: silence GTK2 probing errors

2012-08-19 Thread Pekka Enberg
On Sun, Aug 19, 2012 at 6:46 PM, David Ahern dsah...@gmail.com wrote: If GTK2 development packages are not installed, make is rather noisy: [snip] Signed-off-by: David Ahern dsah...@gmail.com Cc: Arnaldo Carvalho de Melo a...@ghostprotocols.net Cc: Pekka Enberg penb...@kernel.org Cc:

Re: [PATCH] perf: silence GTK2 probing errors

2012-08-19 Thread Namhyung Kim
Hi, David On Sun, 19 Aug 2012 09:46:42 -0600, David Ahern wrote: If GTK2 development packages are not installed, make is rather noisy: $ make -C tools/perf O=/tmp/pbuild Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing