Re: [Mesa-dev] [PATCH] clover: Don't install headers when using the icd

2013-10-30 Thread Tom Stellard
On Wed, Oct 30, 2013 at 08:38:37AM -0500, Aaron Watry wrote: > Reviewed and Tested-by: Aaron Watry I have pushed this patch, thanks for testing. > > On Tue, Oct 29, 2013 at 11:48 AM, Tom Stellard wrote: > > From: Tom Stellard > > > > The ICD loader should be responsible for installing headers

Re: [Mesa-dev] [PATCH] clover: Don't install headers when using the icd

2013-10-30 Thread Aaron Watry
Reviewed and Tested-by: Aaron Watry On Tue, Oct 29, 2013 at 11:48 AM, Tom Stellard wrote: > From: Tom Stellard > > The ICD loader should be responsible for installing headers. > --- > src/gallium/state_trackers/clover/Makefile.am | 21 +++-- > 1 file changed, 11 insertions(+),

[Mesa-dev] [PATCH] clover: Don't install headers when using the icd

2013-10-29 Thread Tom Stellard
From: Tom Stellard The ICD loader should be responsible for installing headers. --- src/gallium/state_trackers/clover/Makefile.am | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_tracker