[Mesa-dev] [PATCH 1/2] isl/tests: Use a longer path for isl.h
Jason Ekstrand
jason at jlekstrand.net
Mon Aug 22 21:27:18 UTC 2016
The tests assumed that isl would be in the include path but that usually
isn't the case. Instead, we usually have src/intel and you need to add an
"isl/" prefix.
---
src/intel/isl/tests/isl_surf_get_image_offset_test.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/intel/isl/tests/isl_surf_get_image_offset_test.c b/src/intel/isl/tests/isl_surf_get_image_offset_test.c
index 9d6a834..9015f0e 100644
--- a/src/intel/isl/tests/isl_surf_get_image_offset_test.c
+++ b/src/intel/isl/tests/isl_surf_get_image_offset_test.c
@@ -27,8 +27,8 @@
#include <stdlib.h>
#include "brw_device_info.h"
-#include "isl.h"
-#include "isl_priv.h"
+#include "isl/isl.h"
+#include "isl/isl_priv.h"
#define BDW_GT2_DEVID 0x161a
--
2.5.0.400.gff86faf
More information about the mesa-dev
mailing list