Files
xf86-video-vmware/vmwgfx/Makefile.am
Thomas Hellstrom 8a9997f060 vmwgfx: Try to sort out format handling with composite.
Try to catch all cases where we have to do readbacks or format conversions
due to composite formats not being compatible with ordinary accel formats.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2011-07-01 11:35:40 +02:00

29 lines
685 B
Makefile

vmwgfx_drv_la_LTLIBRARIES = vmwgfx_drv.la
vmwgfx_drv_la_LDFLAGS = -module -avoid-version
vmwgfx_drv_la_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) @LIBDRM_CFLAGS@ @XATRACKER_CFLAGS@ -I$(top_srcdir)/src -I$(top_srcdir)/saa
vmwgfx_drv_la_LIBADD = @LIBDRM_LIBS@ $(top_srcdir)/saa/libsaa.la\
@XATRACKER_LIBS@
vmwgfx_drv_ladir = @moduledir@/drivers
vmwgfx_drv_la_SOURCES = \
vmwgfx_driver.c \
vmwgfx_driver.h \
vmwgfx_crtc.c \
vmwgfx_output.c \
vmwgfx_dri2.c \
vmwgfx_tex_video.c \
vmwgfx_saa.c \
vmwgfx_saa.h \
vmwgfx_drmi.c \
vmwgfx_drmi.h \
vmwgfx_bootstrap.c \
vmwgfx_overlay.c \
vmwgfx_ctrl.c \
vmwgfx_ctrl.h \
vmwgfx_xa_composite.c \
vmwgfx_xa_surface.c \
wsbm_util.h