meson: fix blob test includes
Since blob.h moved up to src/compiler the test should include that
instead of src/compiler/glsl
fixes: 0e3bd56c6e
("compiler: Move blob up a level")
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -22,7 +22,7 @@ glsl_blob_test = executable(
|
|||||||
'blob_test',
|
'blob_test',
|
||||||
'blob_test.c',
|
'blob_test.c',
|
||||||
c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
|
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],
|
link_with : [libglsl],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user