meson: inline `inc_common`
[mesa.git] / src / gallium / tests / graw / meson.build
index 9a1f4e7db00d679030fb2883a3aebf0d62761d4e..6d6840eb1d2583690eee865a7fdbe96e2e54f5c5 100644 (file)
@@ -29,7 +29,7 @@ foreach t : progs
   executable(
     'graw-' + t,
     t + '.c',
-    include_directories : inc_common,
+    include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
     link_with : [libgraw, libgraw_util, libgallium],
     dependencies : [dep_m, idep_mesautil],
   )