Re: [Mesa-dev] [PATCH] gallium/util: fixup libunwind includes

2017-04-05 Thread Rob Clark
On Wed, Apr 5, 2017 at 1:42 PM, Emil Velikov wrote: > On 5 April 2017 at 13:37, Rob Clark wrote: >> On Wed, Apr 5, 2017 at 8:25 AM, Emil Velikov >> wrote: >>> From: Emil Velikov >>> >>> Honour the LIBUNWIND_CFLAGS and include the header only where needed. >> >> Please drop the part other than

Re: [Mesa-dev] [PATCH] gallium/util: fixup libunwind includes

2017-04-05 Thread Emil Velikov
On 5 April 2017 at 13:37, Rob Clark wrote: > On Wed, Apr 5, 2017 at 8:25 AM, Emil Velikov wrote: >> From: Emil Velikov >> >> Honour the LIBUNWIND_CFLAGS and include the header only where needed. > > Please drop the part other than the Makefile.am hunk.. > Ack, will push only the Makefile hunk.

Re: [Mesa-dev] [PATCH] gallium/util: fixup libunwind includes

2017-04-05 Thread Rob Clark
On Wed, Apr 5, 2017 at 8:25 AM, Emil Velikov wrote: > From: Emil Velikov > > Honour the LIBUNWIND_CFLAGS and include the header only where needed. Please drop the part other than the Makefile.am hunk.. I'm about to need libunwind.h included in the header file. BR, -R > Cc: Rob Clark > Fixes:

[Mesa-dev] [PATCH] gallium/util: fixup libunwind includes

2017-04-05 Thread Emil Velikov
From: Emil Velikov Honour the LIBUNWIND_CFLAGS and include the header only where needed. Cc: Rob Clark Fixes: 70c272004f72 ("gallium/util: libunwind support") Signed-off-by: Emil Velikov --- src/gallium/auxiliary/Makefile.am | 1 + src/gallium/auxiliary/util/u_debug_stack.c | 3 +++