diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2010-01-05 15:57:13 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2010-01-12 11:25:08 +0800 |
commit | bffe94d48ac70d1498581d80f2cb3be78ccc24f4 (patch) | |
tree | 6e462cf2b55d901c74aabdd9184d10714db8c540 /configs | |
parent | 562c127693200822f04a145db50add1be2425d7b (diff) |
mesa/es: Fix build issue after merge.
In cd6b8dd9e82fedc55d033131fbc0f8ee950567c8, color read/type fields are
moved; Based on 068596c9a7e8d330ffdff8ad8700bd6093b5bdea and
cc020425e929110613ddb405d3e82313d27a35ed, GLSL builtin library is
autogenerated and GLSL libraries are built and used.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-opengl-es | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es index 1254f0693d..566cd758e3 100644 --- a/configs/linux-opengl-es +++ b/configs/linux-opengl-es @@ -6,7 +6,7 @@ CONFIG_NAME = linux-opengl-es # Directories to build LIB_DIR = lib -SRC_DIRS = egl mesa/es gallium gallium/winsys +SRC_DIRS = egl glsl mesa/es gallium gallium/winsys PROGRAM_DIRS = es1/screen es1/xegl es2/xegl # no mesa or egl drivers |