Since blob.h moved up to src/compiler the test should include that
instead of src/compiler/glsl
fixes:
0e3bd56c6ea783dbc ("compiler: Move blob up a level")
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
'blob_test',
'blob_test.c',
c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
- include_directories : [inc_common, inc_glsl],
+ include_directories : [inc_common, inc_compiler],
link_with : [libglsl],
)