Mesa (gallium-0.2): gallium: Yet another WinCE portability fix.
Jose Fonseca
jrfonseca at kemper.freedesktop.org
Sun Nov 16 19:36:10 PST 2008
Module: Mesa
Branch: gallium-0.2
Commit: 40b3bb0407b6833a06e0a3a2e859cfac75b9100b
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40b3bb0407b6833a06e0a3a2e859cfac75b9100b
Author: José Fonseca <jrfonseca at tungstengraphics.com>
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
More information about the mesa-commit
mailing list