mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 17:38:25 +02:00
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>
11 lines
256 B
PHP
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
|