X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=configs%2Flinux-opengl-es;h=93c0d4770b9d741b92021d769a4bba7323454abb;hb=10c49b28752f5f2d822dfb1e2e6a1ec213cc44da;hp=76054aad14e25160a5d2ecdb9b91b30dd033d459;hpb=155fbcb0ed85c6452cbedd2317f201100fe698ab;p=mesa.git diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es index 76054aad14e..93c0d4770b9 100644 --- a/configs/linux-opengl-es +++ b/configs/linux-opengl-es @@ -6,8 +6,8 @@ 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 @@ -22,7 +22,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 -GALLIUM_WINSYS_DRM_DIRS += intel swrast +GALLIUM_WINSYS_DIRS += drm/intel +GALLIUM_TARGET_DIRS += egl-swrast egl-i915