From fd4cd8e20a80a0b16f8e97c06efabc56547aa749 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 21 Sep 2014 15:41:51 +0100 Subject: gallium/svga: add automake target 'template' Rather than duplicating the libdeps, extra define... all over the targets, define them only once and use when applicable. Signed-off-by: Emil Velikov Acked-by: Matt Turner --- src/gallium/targets/dri/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/gallium/targets/dri') diff --git a/src/gallium/targets/dri/Makefile.am b/src/gallium/targets/dri/Makefile.am index f76a953148d..cf4a0252fb0 100644 --- a/src/gallium/targets/dri/Makefile.am +++ b/src/gallium/targets/dri/Makefile.am @@ -108,13 +108,7 @@ STATIC_TARGET_LIB_DEPS += \ $(RADEON_LIBS) endif -if HAVE_GALLIUM_SVGA -MEGADRIVERS += vmwgfx -STATIC_TARGET_CPPFLAGS += -DGALLIUM_VMWGFX -STATIC_TARGET_LIB_DEPS += \ - $(top_builddir)/src/gallium/winsys/svga/drm/libsvgadrm.la \ - $(top_builddir)/src/gallium/drivers/svga/libsvga.la -endif +include $(top_srcdir)/src/gallium/drivers/svga/Automake.inc include $(top_srcdir)/src/gallium/drivers/freedreno/Automake.inc -- cgit v1.2.3