[Mesa-stable] [PATCH] clover: Include generated sources in AM_CPPFLAGS
Aaron Watry
awatry at gmail.com
Wed Jun 15 21:45:27 UTC 2016
On Wed, Jun 15, 2016 at 4:15 PM, Emil Velikov <emil.l.velikov at gmail.com>
wrote:
> Hi Aaron,
>
> On 15 June 2016 at 16:14, Aaron Watry <awatry at gmail.com> wrote:
> > This landed in master as fafe026dbe0680c9 without a CC: mesa-stable tag.
> >
> > It needs to make it into 12.0, as it fixes out-of-tree builds with
> > 4825264f75c83576f251 which was also included in 12.0.
> >
> > --Aaron
> >
> > git_sha1.c is generated in $(top_builddir)/src.
> >
> > Fixes out-of-tree builds since 4825264f75c83576.
> >
> > Signed-off-by: Aaron Watry <awatry at gmail.com>
> > ---
> > src/gallium/state_trackers/clover/Makefile.am | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/src/gallium/state_trackers/clover/Makefile.am
> > b/src/gallium/state_trackers/clover/Makefile.am
> > index 4c9d7d9..d0b1914 100644
> > --- a/src/gallium/state_trackers/clover/Makefile.am
> > +++ b/src/gallium/state_trackers/clover/Makefile.am
> > @@ -7,6 +7,7 @@ AM_CPPFLAGS = \
> > -I$(top_srcdir)/src/gallium/drivers \
> > -I$(top_srcdir)/src/gallium/auxiliary \
> > -I$(top_srcdir)/src/gallium/winsys \
> > + -I$(top_builddir)/src \
> > -I$(srcdir)
> >
> I'm pretty sure that his is in 12.0.0rc3. Perhaps you did not notice
> it since I've squashed it with the offending commit (to avoid
> intermetent breakage).
>
Yup, you're right. I had only looked at the 12.0rc3 shortlog, not the
contents.
Sorry for the noise.
--Aaron
>
>
> Thanks
> Emil
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-stable/attachments/20160615/f1e47d95/attachment.html>
More information about the mesa-stable
mailing list