From 09f49b9e50ee86e24c7e975f08535aa7237852a1 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Wed, 7 Feb 2018 23:47:39 +0100 Subject: Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary" This reverts commit 6f82b8d8d0a986aac28e7bec47fc313fb950475c. This broke scons build, and reportedly clover with autotools/meson too. --- src/gallium/state_trackers/osmesa/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/state_trackers/osmesa') diff --git a/src/gallium/state_trackers/osmesa/Makefile.am b/src/gallium/state_trackers/osmesa/Makefile.am index 05e3ca0d739..e5f2a5e18a1 100644 --- a/src/gallium/state_trackers/osmesa/Makefile.am +++ b/src/gallium/state_trackers/osmesa/Makefile.am @@ -33,7 +33,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/winsys \ -I$(top_srcdir)/src/gallium/state_trackers/glx/xlib \ -I$(top_srcdir)/src/gallium/auxiliary \ - -DGALLIUM_SOFTPIPE + -DGALLIUM_SOFTPIPE \ + -DGALLIUM_TRACE noinst_LTLIBRARIES = libosmesa.la -- cgit v1.2.3