diff options
Diffstat (limited to 'src/gallium/targets/egl-static/Makefile')
-rw-r--r-- | src/gallium/targets/egl-static/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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)),) |