mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
lib: Fix build when vc4 headers are present
Automake seems to not like variable assignments indented with tabs. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Fixes: 9e5478dc4345 ("lib: Only compile igt_vc4 is we have it") Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
9e5478dc43
commit
2629f3aeef
@ -9,9 +9,9 @@ noinst_LTLIBRARIES = libintel_tools.la
|
||||
noinst_HEADERS = check-ndebug.h
|
||||
|
||||
if HAVE_VC4
|
||||
libintel_tools_la_SOURCES += \
|
||||
igt_vc4.c \
|
||||
igt_vc4.h
|
||||
libintel_tools_la_SOURCES += \
|
||||
igt_vc4.c \
|
||||
igt_vc4.h
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user