summaryrefslogtreecommitdiff
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.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/targets/graw-xlib/meson.build b/src/gallium/targets/graw-xlib/meson.build
index aab99ba64c1..6501daaa2d5 100644
--- a/src/gallium/targets/graw-xlib/meson.build
+++ b/src/gallium/targets/graw-xlib/meson.build
@@ -23,9 +23,9 @@ libgraw_xlib = shared_library(
['graw_xlib.c'],
include_directories : [inc_common, inc_gallium_drivers, inc_gallium_winsys],
link_with : [
- libgraw_util, libmesa_util, libgallium, libws_xlib
+ libgraw_util, libgallium, libws_xlib
],
- dependencies : [dep_thread, driver_swrast],
+ dependencies : [idep_mesautil, dep_thread, driver_swrast],
version : '1.0',
)