Christopher James Halse Rogers <christopher.halse.rog...@canonical.com>
writes:
> Also fix include paths for the generated headers.
>
> v2: Switch to using self-explanatory BUILDDIR/SRCDIR defined from
>     top_builddir/top_srcdir rather than the ambiguous TOP.
> v3: Add both top_builddir and top_srcdir to include flags for mesa asm.
>     These rely on both in-tree and build-time-generated includes.


>  ### Include directories
>  
>  INCLUDE_DIRS = \
> -     -I$(TOP)/include \
> -     -I$(TOP)/src/glsl \
> -     -I$(TOP)/src/mesa \
> -     -I$(TOP)/src/mapi \
> -     -I$(TOP)/src/gallium/include \
> -     -I$(TOP)/src/gallium/auxiliary
> +     -I$(top_srcdir)/include \
> +     -I$(top_srcdir)/src/glsl \
> +        -I$(top_builddir)/src/glsl \
> +     -I$(top_srcdir)/src/mesa \
> +        -I$(top_builddir)/src/mesa \

weird whitespace.

This series is:

Reviewed-by: Eric Anholt <e...@anholt.net>

Attachment: pgpkjkXe0GN7C.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to