gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
[mesa.git] / src / gallium / targets / libgl-xlib / meson.build
index c413a25bd664d6342c111e54119f5c02f3aea33c..3d197ba719380ab084ea88b0cfdec958494233e1 100644 (file)
@@ -24,8 +24,6 @@
 
 gallium_xlib_c_args = [
   '-DGALLIUM_SOFTPIPE',
-  '-DGALLIUM_RBUG',
-  '-DGALLIUME_TRACE',
 ]
 gallium_xlib_ld_args = []
 gallium_xlib_link_with = []
@@ -38,7 +36,6 @@ endif
 if with_shared_glapi
   gallium_xlib_link_with += libglapi
 endif
-# TODO: SWR
 
 libgl = shared_library(
   'GL',
@@ -51,12 +48,10 @@ libgl = shared_library(
   link_args : [ld_args_bsymbolic, ld_args_gc_sections, gallium_xlib_ld_args],
   link_depends : gallium_xlib_link_depends,
   link_with : [
-    libxlib, libws_xlib, libtrace, librbug, libglapi_static,
+    libxlib, libws_xlib, libglapi_static,
     libgallium, libmesa_util, libmesa_gallium, gallium_xlib_link_with,
   ],
-  dependencies : [
-    dep_thread, dep_clock, dep_unwind, dep_lmsensors, driver_swrast,
-  ],
+  dependencies : [dep_thread, dep_clock, dep_unwind, driver_swrast, driver_swr],
   install : true,
   version : '1.5.0',
 )