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>
8 lines
153 B
PHP
8 lines
153 B
PHP
if HAVE_GALLIUM_LLVMPIPE
|
|
|
|
TARGET_CPPFLAGS += -DGALLIUM_LLVMPIPE
|
|
TARGET_LIB_DEPS += \
|
|
$(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la
|
|
|
|
endif
|