X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=configs%2Flinux-opengl-es;h=ae48a383f77294b773f4fd304a1c61ce791979c1;hb=e1364530622a26f11c79694429cf84418a0b7ef7;hp=ead47136f4a1f91c54c84703da12315428b9a7ac;hpb=64644ec3b21884d4a974fa29087fa98c4ed9e112;p=mesa.git diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es index ead47136f4a..ae48a383f77 100644 --- a/configs/linux-opengl-es +++ b/configs/linux-opengl-es @@ -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 = egl/opengles1 egl/opengles2 +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