From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider
Date: Tue, 29 Sep 2020 21:09:09 +0200 [thread overview]
Message-ID: <20200929210909.1765d117@gmx.net> (raw)
In-Reply-To: <20200929082017.19485-1-gary.bisson@boundarydevices.com>
Hello Gary,
On Tue, 29 Sep 2020 10:20:17 +0200, Gary Bisson <gary.bisson@boundarydevices.com> wrote:
> Needed in order to use eglfs_kms platform backend.
>
> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
> ---
> package/qt5/qt5base/qt5base.mk | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
> index 359a380075..1232a03778 100644
> --- a/package/qt5/qt5base/qt5base.mk
> +++ b/package/qt5/qt5base/qt5base.mk
> @@ -79,6 +79,9 @@ QT5BASE_DEPENDENCIES += gcnano-binaries
> else ifeq ($(BR2_PACKAGE_TI_SGX_LIBGBM),y)
> QT5BASE_CONFIGURE_OPTS += -gbm
> QT5BASE_DEPENDENCIES += ti-sgx-libgbm
> +else ifeq ($(BR2_PACKAGE_IMX_GPU_VIV),y)
> +QT5BASE_CONFIGURE_OPTS += -gbm
> +QT5BASE_DEPENDENCIES += imx-gpu-viv
> else
> QT5BASE_CONFIGURE_OPTS += -no-gbm
> endif
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Regards,
Peter
next prev parent reply other threads:[~2020-09-29 19:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-29 8:20 [Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider Gary Bisson
2020-09-29 19:09 ` Peter Seiderer [this message]
2020-09-30 19:48 ` Thomas Petazzoni
2020-10-02 19:48 ` Peter Korsgaard
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=20200929210909.1765d117@gmx.net \
--to=ps.report@gmx.net \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.