[Mesa-dev] [PATCH 07/19] clover: automake: remove -I$(srcdir)

Aaron Watry awatry at gmail.com
Thu Jan 19 01:54:43 UTC 2017


Patches 6 and 7 are

Tested-by: Aaron Watry <awatry at gmail.com>

The content looks good to me as well, but I'm not great at automake.

You can have a Reviewed-by as well, for what it's worth.

--Aaron

On Mon, Jan 16, 2017 at 9:45 AM, Emil Velikov <emil.l.velikov at gmail.com>
wrote:

> From: Emil Velikov <emil.velikov at collabora.com>
>
> Already implicitly handled by the build system.
>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>  src/gallium/state_trackers/clover/Makefile.am | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/src/gallium/state_trackers/clover/Makefile.am
> b/src/gallium/state_trackers/clover/Makefile.am
> index 8abcfec2e3..a657e5b88a 100644
> --- a/src/gallium/state_trackers/clover/Makefile.am
> +++ b/src/gallium/state_trackers/clover/Makefile.am
> @@ -7,8 +7,7 @@ AM_CPPFLAGS = \
>         -I$(top_srcdir)/src/gallium/include \
>         -I$(top_srcdir)/src/gallium/drivers \
>         -I$(top_srcdir)/src/gallium/auxiliary \
> -       -I$(top_srcdir)/src/gallium/winsys \
> -       -I$(srcdir)
> +       -I$(top_srcdir)/src/gallium/winsys
>
>  if HAVE_CLOVER_ICD
>  AM_CPPFLAGS += -DHAVE_CLOVER_ICD
> --
> 2.11.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170118/75a96935/attachment.html>


More information about the mesa-dev mailing list