mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 16:20:13 +01:00
isl/tests: Use a longer path for isl.h
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. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
8bdf605214
commit
c19fc5e019
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue