Skip to content
Snippets Groups Projects
Commit 1546f76a authored by Dylan Baker's avatar Dylan Baker
Browse files

meson: fix graw-xlib after auxiliary consolidation


This one's completely my fault, I didn't do good enough testing after
rebasing and this got missed.

Fixes: d28c2465
       ("meson: build graw tests")
Signed-off-by: default avatarDylan Baker <dylan.c.baker@intel.com>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
parent c73abb4f
Loading
......@@ -21,10 +21,9 @@
libgraw_xlib = shared_library(
'graw_xlib',
['graw_xlib.c'],
c_args : ['-DGALLIUM_TRACE', '-DGALLIUM_RBUG'],
include_directories : [inc_common, inc_gallium_drivers, inc_gallium_winsys],
link_with : [
libgraw_util, libtrace, librbug, libmesa_util, libgallium, libws_xlib
libgraw_util, libmesa_util, libgallium, libws_xlib
],
dependencies : [dep_thread, driver_swrast],
version : '1.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment