OSDN Git Service

android,autotools,i965: Fix location of float64_glsl.h
authorDylan Baker <dylan@pnwbakers.com>
Wed, 30 Jan 2019 18:02:41 +0000 (10:02 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 31 Jan 2019 19:04:30 +0000 (19:04 +0000)
commitc812c740e60c14060eb89db66039111881a0f42f
tree6ce90664a7e7ae636751e724db723e61fb475906
parentd49c16a5976a26ab6646887ecf074d0bbf595e91
android,autotools,i965: Fix location of float64_glsl.h

Android.mk and autotools disagree about where generated files should
go, which wasn't a problem until we wanted to build a dist
tarball. This corrects the problem by changing the output and include
paths to be the same on android and autotools (meson already has the
correct include path).

Fixes: 7d7b30835cfb9eb89beca9fb8593d0954f79b84d
       ("automake: Fix path to generated source")
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/compiler/Android.glsl.gen.mk
src/mesa/drivers/dri/i965/Makefile.am
src/mesa/drivers/dri/i965/brw_program.c