public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
To: igt-dev@lists.freedesktop.org
Cc: Petri Latvala <petri.latvala@intel.com>
Subject: [igt-dev] [PATCH i-g-t] autotools: Always build VC4 helpers with the library
Date: Tue, 26 Feb 2019 10:30:44 +0100	[thread overview]
Message-ID: <20190226093044.32478-1-paul.kocialkowski@bootlin.com> (raw)

With recent changes to the igt_fb code, VC4 support is now integrated
in common helpers. As a result, VC4 helpers have to be built as part
of the library.

This is already the case with meson, but VC4 support was removed from
autotools. Bring it back unconditionally to match meson behaviour.

This fixes a build error with autotools.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
---
 lib/Makefile.sources | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 808b9617eca2..9711fef34469 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -109,6 +109,8 @@ lib_source_list =	 	\
 	igt_psr.h		\
 	igt_v3d.c		\
 	igt_v3d.h		\
+	igt_vc4.c		\
+	igt_vc4.h		\
 	$(NULL)
 
 .PHONY: version.h.tmp
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

             reply	other threads:[~2019-02-26 10:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-26  9:30 Paul Kocialkowski [this message]
2019-02-26  9:39 ` [igt-dev] [PATCH i-g-t] autotools: Always build VC4 helpers with the library Maxime Ripard
2019-02-26 10:25 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190226093044.32478-1-paul.kocialkowski@bootlin.com \
    --to=paul.kocialkowski@bootlin.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=petri.latvala@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox