From: Jens Kleintje <scooby22@web.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/2] package/qt5/qt5base: add support for gcnano-binaries
Date: Thu, 14 Nov 2019 09:55:29 +0100 [thread overview]
Message-ID: <20191114085529.733-3-scooby22@web.de> (raw)
In-Reply-To: <20191114085529.733-1-scooby22@web.de>
Signed-off-by: Jens Kleintje <scooby22@web.de>
---
package/qt5/qt5base/qt5base.mk | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index 15c9650391..1a152be94b 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -78,6 +78,9 @@ endif
ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL),y)
QT5BASE_CONFIGURE_OPTS += -gbm
QT5BASE_DEPENDENCIES += mesa3d
+else ifeq ($(BR2_PACKAGE_GCNANO_BINARIES),y)
+QT5BASE_CONFIGURE_OPTS += -gbm
+QT5BASE_DEPENDENCIES += gcnano-binaries
else
QT5BASE_CONFIGURE_OPTS += -no-gbm
endif
@@ -289,6 +292,9 @@ QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_EGLFS) += Qt5EglFSDeviceIntegrat
ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL),y)
QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_EGLFS) += Qt5EglFsKmsSupport
endif
+ifeq ($(BR2_PACKAGE_GCNANO_BINARIES),y)
+QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_EGLFS) += Qt5EglFsKmsSupport
+endif
else
QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_EGLFS) += Qt5EglDeviceIntegration
endif
--
2.17.1
next prev parent reply other threads:[~2019-11-14 8:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-14 8:55 [Buildroot] GIT: [PATCH v2 0/2] package/gcnano-binaries: new package Jens Kleintje
2019-11-14 8:55 ` [Buildroot] [PATCH v2 1/2] " Jens Kleintje
2019-11-15 22:26 ` Thomas Petazzoni
2019-11-18 15:32 ` Jens Kleintje
2019-11-14 8:55 ` Jens Kleintje [this message]
2019-11-15 22:26 ` [Buildroot] [PATCH v2 2/2] package/qt5/qt5base: add support for gcnano-binaries Thomas Petazzoni
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=20191114085529.733-3-scooby22@web.de \
--to=scooby22@web.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox