Mesa (master): gallium/ddebug: add missing dd_util.h to sources list

Emil Velikov evelikov at kemper.freedesktop.org
Thu Oct 8 17:09:18 UTC 2015


Module: Mesa
Branch: master
Commit: 1fda56cdb2e8d982ccb063e63347103c03aeeadb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fda56cdb2e8d982ccb063e63347103c03aeeadb

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Thu Oct  8 15:50:54 2015 +0100

gallium/ddebug: add missing dd_util.h to sources list

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/gallium/drivers/ddebug/Makefile.sources |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/ddebug/Makefile.sources b/src/gallium/drivers/ddebug/Makefile.sources
index 921703e..1bd3827 100644
--- a/src/gallium/drivers/ddebug/Makefile.sources
+++ b/src/gallium/drivers/ddebug/Makefile.sources
@@ -3,4 +3,5 @@ C_SOURCES := \
 	dd_draw.c \
 	dd_pipe.h \
 	dd_public.h \
-	dd_screen.c
+	dd_screen.c \
+	dd_util.h




More information about the mesa-commit mailing list