Mesa (master): mesa: add new formatquery. c file to SConscript file to fix build

Brian Paul brianp at kemper.freedesktop.org
Wed Jan 16 15:18:59 UTC 2013


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jan 16 08:18:33 2013 -0700

mesa: add new formatquery.c file to SConscript file to fix build

---

 src/mesa/SConscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index a28db23..e03d6a6 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -74,6 +74,7 @@ main_sources = [
     'main/ff_fragment_shader.cpp',
     'main/ffvertex_prog.c',
     'main/fog.c',
+    'main/formatquery.c',
     'main/formats.c',
     'main/format_pack.c',
     'main/format_unpack.c',




More information about the mesa-commit mailing list