summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/vmware/xorg/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-12-01 17:13:41 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-12-01 17:29:42 +0100
commit77ff3a5619721cfd917f9fd45e4b3a1c866c578f (patch)
tree58513de2a8f4ac5df6ffc9849e9e27300da47dd5 /src/gallium/winsys/drm/vmware/xorg/Makefile
parent64102a56256c95f17f59456a78d9ff2b05889bfb (diff)
vmware/xorg: Add video support
By using the hooks st/xorg provides us we can create a driver specific implementation that uses the svga overlay engines.
Diffstat (limited to 'src/gallium/winsys/drm/vmware/xorg/Makefile')
-rw-r--r--src/gallium/winsys/drm/vmware/xorg/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/vmware/xorg/Makefile b/src/gallium/winsys/drm/vmware/xorg/Makefile
index d9fee4bf3b..49e28ae17f 100644
--- a/src/gallium/winsys/drm/vmware/xorg/Makefile
+++ b/src/gallium/winsys/drm/vmware/xorg/Makefile
@@ -6,6 +6,8 @@ TARGET = vmwgfx_drv.so
CFILES = \
vmw_xorg.c \
+ vmw_video.c \
+ vmw_ioctl.c \
vmw_screen.c
OBJECTS = $(patsubst %.c,%.o,$(CFILES))
@@ -29,6 +31,7 @@ LINKS = \
$(shell pkg-config --libs libdrm)
DRIVER_DEFINES = \
+ -std=gnu99 \
-DHAVE_CONFIG_H
TARGET_STAGING = $(TOP)/$(LIB_DIR)/gallium/$(TARGET)