mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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:d28c246501("meson: build graw tests") Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net> (cherry picked from commit1546f76a39)
This commit is contained in:
parent
dde47f6d19
commit
297caed81d
1 changed files with 1 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue