Merge branch '7.8'
[mesa.git] / src / gallium / targets / egl-vmwgfx / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 EGL_DRIVER_NAME = vmwgfx
5 EGL_DRIVER_SOURCES = dummy.c
6 EGL_DRIVER_LIBS =
7
8 EGL_DRIVER_PIPES = \
9 $(TOP)/src/gallium/winsys/svga/drm/libsvgadrm.a \
10 $(TOP)/src/gallium/drivers/trace/libtrace.a \
11 $(TOP)/src/gallium/drivers/svga/libsvga.a
12
13 include ../Makefile.egl