Add new config for OpenGL ES.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
This commit is contained in:
Chia-I Wu 2009-11-06 16:27:19 +08:00 committed by Brian Paul
parent 1046f70a7d
commit 97ea8e9263
2 changed files with 22 additions and 0 deletions

View File

@ -126,6 +126,7 @@ linux-ia64-icc-static \
linux-icc \
linux-icc-static \
linux-llvm \
linux-opengl-es \
linux-osmesa \
linux-osmesa-static \
linux-osmesa16 \

21
configs/linux-opengl-es Normal file
View File

@ -0,0 +1,21 @@
# Configuration for OpenGL ES on Linux
include $(TOP)/configs/linux
CONFIG_NAME = linux-opengl-es
# Directories to build
LIB_DIR = lib
SRC_DIRS = egl mesa/es gallium gallium/winsys
PROGRAM_DIRS = es1/xegl es2/xegl
# no mesa or egl drivers
DRIVER_DIRS =
EGL_DRIVERS_DIRS =
GALLIUM_DRIVERS_DIRS = softpipe
# build egl_softpipe.so
GALLIUM_WINSYS_DIRS = egl_xlib
# and libGLES*.so
GALLIUM_STATE_TRACKERS_DIRS = es