summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xa
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-09-21 15:38:07 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-09-24 10:44:00 +0100
commitca32ce40b15d6b6cf025a0d1a479adb812a248a7 (patch)
treecf9222c114faa6f7796f2e8f365f00271e5042bf /src/gallium/targets/xa
parentdefd48c6c5d29530394cde110961225f116d57c2 (diff)
downloadexternal_mesa3d-ca32ce40b15d6b6cf025a0d1a479adb812a248a7.zip
external_mesa3d-ca32ce40b15d6b6cf025a0d1a479adb812a248a7.tar.gz
external_mesa3d-ca32ce40b15d6b6cf025a0d1a479adb812a248a7.tar.bz2
gallium/ilo: 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 <emil.l.velikov@gmail.com> Acked-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/gallium/targets/xa')
-rw-r--r--src/gallium/targets/xa/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gallium/targets/xa/Makefile.am b/src/gallium/targets/xa/Makefile.am
index c03edd4..a76ea8d 100644
--- a/src/gallium/targets/xa/Makefile.am
+++ b/src/gallium/targets/xa/Makefile.am
@@ -63,13 +63,7 @@ TARGET_LIB_DEPS =
include $(top_srcdir)/src/gallium/drivers/i915/Automake.inc
-if HAVE_GALLIUM_ILO
-STATIC_TARGET_CPPFLAGS += -DGALLIUM_ILO
-STATIC_TARGET_LIB_DEPS += \
- $(top_builddir)/src/gallium/winsys/intel/drm/libintelwinsys.la \
- $(top_builddir)/src/gallium/drivers/ilo/libilo.la \
- $(INTEL_LIBS)
-endif
+include $(top_srcdir)/src/gallium/drivers/ilo/Automake.inc
include $(top_srcdir)/src/gallium/drivers/nouveau/Automake.inc