blob: 566cd758e3ec1a89e981e2f594293cf8bf5a1366 [file] [log] [blame]
Chia-I Wu97ea8e92009-11-06 16:27:19 +08001# Configuration for OpenGL ES on Linux
2
3include $(TOP)/configs/linux
4
5CONFIG_NAME = linux-opengl-es
6
7# Directories to build
8LIB_DIR = lib
Chia-I Wubffe94d2010-01-05 15:57:13 +08009SRC_DIRS = egl glsl mesa/es gallium gallium/winsys
Chia-I Wu9f385532009-11-10 12:48:14 +080010PROGRAM_DIRS = es1/screen es1/xegl es2/xegl
Chia-I Wu97ea8e92009-11-06 16:27:19 +080011
12# no mesa or egl drivers
13DRIVER_DIRS =
14EGL_DRIVERS_DIRS =
15
16GALLIUM_DRIVERS_DIRS = softpipe
17
18# build egl_softpipe.so
19GALLIUM_WINSYS_DIRS = egl_xlib
20# and libGLES*.so
21GALLIUM_STATE_TRACKERS_DIRS = es
Chia-I Wu9f385532009-11-10 12:48:14 +080022
23# build egl_i915.so
24GALLIUM_DRIVERS_DIRS += trace i915
25GALLIUM_STATE_TRACKERS_DIRS += egl
26GALLIUM_WINSYS_DIRS += drm
27GALLIUM_WINSYS_DRM_DIRS = intel