summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/osmesa/meson.build
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2018-04-07 14:01:12 -0400
committerMarek Olšák <marek.olsak@amd.com>2018-04-13 14:08:14 -0400
commit6ff0c6f4ebcb87ea6c6fe5a4ba90b548f666067d (patch)
tree30926986da28bb0b67b857d8f2cf7eeaa77f8773 /src/gallium/state_trackers/osmesa/meson.build
parent918b798668c5465d85ca542423e4cf525dc79b31 (diff)
gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
which also simplifies the build scripts.
Diffstat (limited to 'src/gallium/state_trackers/osmesa/meson.build')
-rw-r--r--src/gallium/state_trackers/osmesa/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/osmesa/meson.build b/src/gallium/state_trackers/osmesa/meson.build
index dacf10512d..912a6226f7 100644
--- a/src/gallium/state_trackers/osmesa/meson.build
+++ b/src/gallium/state_trackers/osmesa/meson.build
@@ -21,7 +21,7 @@
libosmesa_st = static_library(
'osmesa_st',
'osmesa.c',
- c_args : ['-DGALLIUM_SOFTPIPE', '-DGALLIUM_TRACE'],
+ c_args : ['-DGALLIUM_SOFTPIPE'],
include_directories : [
inc_include, inc_src, inc_gallium, inc_gallium_aux, inc_mapi, inc_mesa,
],