summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/graw-xlib/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/graw-xlib/meson.build')
-rw-r--r--src/gallium/targets/graw-xlib/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/graw-xlib/meson.build b/src/gallium/targets/graw-xlib/meson.build
index 92f483733cf..0e5d91b9fdd 100644
--- a/src/gallium/targets/graw-xlib/meson.build
+++ b/src/gallium/targets/graw-xlib/meson.build
@@ -22,7 +22,7 @@ libgraw_xlib = shared_library(
'graw_xlib',
['graw_xlib.c'],
c_args : [c_vis_args],
- include_directories : [inc_common, inc_gallium_drivers, inc_gallium_winsys],
+ include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_gallium_drivers, inc_gallium_winsys],
link_with : [
libgraw_util, libgallium, libws_xlib
],