diff options
author | Emil Velikov <[email protected]> | 2014-09-21 15:41:51 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-24 10:44:00 +0100 |
commit | fd4cd8e20a80a0b16f8e97c06efabc56547aa749 (patch) | |
tree | 46f3c3b027bbd070808454977cd3ff8da6696c4d /src/gallium/targets/egl-static | |
parent | ca32ce40b15d6b6cf025a0d1a479adb812a248a7 (diff) |
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 <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/targets/egl-static')
-rw-r--r-- | src/gallium/targets/egl-static/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 0d231a5914e..507c9574d28 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -198,12 +198,7 @@ egl_gallium_la_LIBADD += \ $(RADEON_LIBS) endif -if HAVE_GALLIUM_SVGA -egl_gallium_la_CPPFLAGS += -DGALLIUM_VMWGFX -egl_gallium_la_LIBADD += \ - $(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 |