mesa/src/gallium/drivers/ilo/Automake.inc
Emil Velikov ca32ce40b1 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>
2014-09-24 10:44:00 +01:00

11 lines
256 B
PHP

if HAVE_GALLIUM_ILO
TARGET_DRIVERS += ilo
TARGET_CPPFLAGS += -DGALLIUM_ILO
TARGET_LIB_DEPS += \
$(top_builddir)/src/gallium/winsys/intel/drm/libintelwinsys.la \
$(top_builddir)/src/gallium/drivers/ilo/libilo.la \
$(INTEL_LIBS) \
$(LIBDRM_LIBS)
endif