1 # Configuration for OpenGL ES on Linux
3 include $(TOP)/configs/linux
5 CONFIG_NAME = linux-opengl-es
9 SRC_DIRS = egl glsl mapi/es1api mapi/es2api mesa/es \
10 gallium gallium/winsys gallium/targets
13 DEFINES += -DGLX_DIRECT_RENDERING
15 # no mesa or egl drivers
19 GALLIUM_DRIVERS_DIRS = softpipe
22 GALLIUM_STATE_TRACKERS_DIRS = es
24 # build egl_x11_{swrast,i915}.so
25 GALLIUM_DRIVERS_DIRS += trace rbug i915
26 GALLIUM_STATE_TRACKERS_DIRS += egl
27 GALLIUM_WINSYS_DIRS += drm/intel
28 GALLIUM_TARGET_DIRS += egl-swrast egl-i915