Merge branch 'master' into opengl-es-v2
[mesa.git] / configs / linux-opengl-es
1 # Configuration for OpenGL ES on Linux
2
3 include $(TOP)/configs/linux
4
5 CONFIG_NAME = linux-opengl-es
6
7 # Directories to build
8 LIB_DIR = lib
9 SRC_DIRS = egl mesa/es gallium gallium/winsys
10 PROGRAM_DIRS = es1/screen es1/xegl es2/xegl
11
12 # no mesa or egl drivers
13 DRIVER_DIRS =
14 EGL_DRIVERS_DIRS =
15
16 GALLIUM_DRIVERS_DIRS = softpipe
17
18 # build egl_softpipe.so
19 GALLIUM_WINSYS_DIRS = egl_xlib
20 # and libGLES*.so
21 GALLIUM_STATE_TRACKERS_DIRS = es
22
23 # build egl_i915.so
24 GALLIUM_DRIVERS_DIRS += trace i915
25 GALLIUM_STATE_TRACKERS_DIRS += egl
26 GALLIUM_WINSYS_DIRS += drm
27 GALLIUM_WINSYS_DRM_DIRS = intel