Module: Mesa
Branch: gallium-0.2
Commit: 40b3bb0407b6833a06e0a3a2e859cfac75b9100b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=40b3bb0407b6833a06e0a3a2e859cfac75b9100b

Author: José Fonseca <[EMAIL PROTECTED]>
Date:   Tue Nov  4 10:53:02 2008 +0900

gallium: Yet another WinCE portability fix.

---

 scons/gallium.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index 2a42bdf..c9d5368 100644
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -275,6 +275,7 @@ def generate(env):
         cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_DISPLAY']
     if platform == 'wince':
         cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE']
+        cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE_OGL']
     env.Append(CPPDEFINES = cppdefines)
 
     # C preprocessor includes

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to