On 14 April 2016 at 20:40, Rob Herring <r...@kernel.org> wrote:
> Commit 4db8f15a2576 ("glsl: move the android build scripts a level up")
> dropped a generated include path for glcpp. Add it back adjusting for the
> new location.
>
> Cc: Emil Velikov <emil.veli...@collabora.com>
> Signed-off-by: Rob Herring <r...@kernel.org>
> ---
>  src/compiler/Android.glsl.gen.mk | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/compiler/Android.glsl.gen.mk 
> b/src/compiler/Android.glsl.gen.mk
> index b0df8a1..b2ea12c 100644
> --- a/src/compiler/Android.glsl.gen.mk
> +++ b/src/compiler/Android.glsl.gen.mk
> @@ -33,6 +33,7 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES)
>
>  LOCAL_C_INCLUDES += \
>         $(intermediates)/glsl \
> +       $(intermediates)/glsl/glcpp \
Strange neither Autotools nor Scons needs this. What is the (somewhat)
absolute path of the glcpp and glsl files (both generated and
distribution).

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

Reply via email to