diff options
author | Chia-I Wu <[email protected]> | 2010-02-07 20:17:48 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-03-12 09:57:07 +0800 |
commit | 3a3a31bf88c42890fbc2e4211981f97bd43dff4a (patch) | |
tree | 5e566d05f3b26ac4939b9aa28b3863c698d6c231 /src/gallium/state_trackers/es/Makefile | |
parent | de8a879f5c77dbf5c31251e07b2f1b8d2635716c (diff) |
winsys/xlib, st/es: Advertise st_api.h support.
This is done by defining one of st_module_OpenGL_ES1,
st_module_OpenGL_ES2, and st_module_OpenGL.
Diffstat (limited to 'src/gallium/state_trackers/es/Makefile')
-rw-r--r-- | src/gallium/state_trackers/es/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/es/Makefile b/src/gallium/state_trackers/es/Makefile index b0365512719..e33685d2471 100644 --- a/src/gallium/state_trackers/es/Makefile +++ b/src/gallium/state_trackers/es/Makefile @@ -38,6 +38,7 @@ SYS_LIBS = -lm -pthread INCLUDE_DIRS = \ + -I$(TOP)/src/mesa \ -I$(TOP)/src/gallium/include .c.o: |