summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_program.c
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-01-30 10:02:41 -0800
committerDylan Baker <dylan@pnwbakers.com>2019-01-30 14:10:12 -0800
commit2b603ee4f1f68c7d34a2139d67e996de14bb40ef (patch)
tree98f0d9b28dae56073a97ff0e70051d1f0f5372f7 /src/mesa/drivers/dri/i965/brw_program.c
parente7f6a5d17f6075589c570c050c0f04a94a65d9a2 (diff)
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 problme 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")
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_program.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.c b/src/mesa/drivers/dri/i965/brw_program.c
index 9ab25cf664c..1038d9a47a0 100644
--- a/src/mesa/drivers/dri/i965/brw_program.c
+++ b/src/mesa/drivers/dri/i965/brw_program.c
@@ -42,7 +42,7 @@
#include "compiler/glsl/ir.h"
#include "compiler/glsl/program.h"
#include "compiler/glsl/glsl_to_nir.h"
-#include "compiler/glsl/float64_glsl.h"
+#include "glsl/float64_glsl.h"
#include "brw_program.h"
#include "brw_context.h"