From a5f8d37be141fac5c4ac605163a552ac64324e15 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 20 Sep 2011 14:01:45 +0800 Subject: st/egl: add support for null platform The backend calls null_sw_create() to create sw_winsys. And that is pretty much it... --- src/gallium/targets/egl-static/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/targets/egl-static/Makefile') diff --git a/src/gallium/targets/egl-static/Makefile b/src/gallium/targets/egl-static/Makefile index 1583ab181ea..2c07455ee4a 100644 --- a/src/gallium/targets/egl-static/Makefile +++ b/src/gallium/targets/egl-static/Makefile @@ -63,6 +63,9 @@ endif ifneq ($(findstring fbdev, $(EGL_PLATFORMS)),) egl_LIBS += $(TOP)/src/gallium/winsys/sw/fbdev/libfbdev.a endif +ifneq ($(findstring null, $(EGL_PLATFORMS)),) +egl_LIBS += $(TOP)/src/gallium/winsys/sw/null/libws_null.a +endif # st/mesa ifneq ($(filter $(GL_LIB), $(EGL_CLIENT_APIS)),) -- cgit v1.2.3