gallium: Add pipe loader for device enumeration and driver multiplexing.
[mesa.git] / configs / linux-opengl-es
index 32fe40fb848f6072a33221c61b3036fae0af20b0..ae48a383f77294b773f4fd304a1c61ce791979c1 100644 (file)
@@ -6,15 +6,14 @@ CONFIG_NAME = linux-opengl-es
 
 # Directories to build
 LIB_DIR = lib
-SRC_DIRS = egl glsl mesa/es gallium gallium/winsys gallium/targets
-PROGRAM_DIRS = es1/screen es1/xegl es2/xegl
+SRC_DIRS = egl glsl mapi/es1api mapi/es2api mesa/es \
+       gallium gallium/winsys gallium/targets
 
 # egl st needs this
 DEFINES += -DGLX_DIRECT_RENDERING
 
 # no mesa or egl drivers
 DRIVER_DIRS =
-EGL_DRIVERS_DIRS =
 
 GALLIUM_DRIVERS_DIRS = softpipe
 
@@ -22,7 +21,7 @@ GALLIUM_DRIVERS_DIRS = softpipe
 GALLIUM_STATE_TRACKERS_DIRS = es
 
 # build egl_x11_{swrast,i915}.so
-GALLIUM_DRIVERS_DIRS += trace i915
+GALLIUM_DRIVERS_DIRS += trace rbug i915
 GALLIUM_STATE_TRACKERS_DIRS += egl
 GALLIUM_WINSYS_DIRS += drm/intel
 GALLIUM_TARGET_DIRS += egl-swrast egl-i915