* [PATCH i-g-t] lib: Fix build when vc4 headers are present
@ 2016-02-09 14:45 Tomeu Vizoso
2016-02-09 15:25 ` Daniel Vetter
0 siblings, 1 reply; 2+ messages in thread
From: Tomeu Vizoso @ 2016-02-09 14:45 UTC (permalink / raw)
To: Intel GFX discussion; +Cc: Daniel Vetter, Tomeu Vizoso
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")
---
lib/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 460e0046e00f..e3a456bacaf3 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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)
--
2.5.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH i-g-t] lib: Fix build when vc4 headers are present
2016-02-09 14:45 [PATCH i-g-t] lib: Fix build when vc4 headers are present Tomeu Vizoso
@ 2016-02-09 15:25 ` Daniel Vetter
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2016-02-09 15:25 UTC (permalink / raw)
To: Tomeu Vizoso; +Cc: Daniel Vetter, Intel GFX discussion
On Tue, Feb 09, 2016 at 03:45:37PM +0100, Tomeu Vizoso wrote:
> 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")
Yay, I'm incompetent. Thanks for fixing this up, applied.
-Daniel
> ---
> lib/Makefile.am | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/lib/Makefile.am b/lib/Makefile.am
> index 460e0046e00f..e3a456bacaf3 100644
> --- a/lib/Makefile.am
> +++ b/lib/Makefile.am
> @@ -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)
> --
> 2.5.0
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-09 15:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 14:45 [PATCH i-g-t] lib: Fix build when vc4 headers are present Tomeu Vizoso
2016-02-09 15:25 ` Daniel Vetter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox