From: Julien Corjon <corjon.j@ecagroup.com>
To: buildroot@busybox.net
Subject: [Buildroot] [Rejected v2 6/7] qt5declarative: enable Quick for non-GL platforms
Date: Tue, 15 Nov 2016 18:13:06 +0100 [thread overview]
Message-ID: <20161115171307.7499-7-corjon.j@ecagroup.com> (raw)
In-Reply-To: <20161115171307.7499-1-corjon.j@ecagroup.com>
However, some modules provide less functionality without OpenGL, so install
steps have to be limited for the softrender only backend:
- qtmultimedia does not provide qml
Signed-off-by: Andreas Naumann <anaumann@ultratronik.de>
Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
---
package/qt5/qt5declarative/Config.in | 4 +---
package/qt5/qt5multimedia/qt5multimedia.mk | 2 ++
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/qt5/qt5declarative/Config.in b/package/qt5/qt5declarative/Config.in
index eba4c8d..0604e85 100644
--- a/package/qt5/qt5declarative/Config.in
+++ b/package/qt5/qt5declarative/Config.in
@@ -14,12 +14,10 @@ config BR2_PACKAGE_QT5DECLARATIVE
if BR2_PACKAGE_QT5DECLARATIVE
-comment "quick module needs an OpenGL-capable backend"
+comment "quick module without OpenGL-capable backend will use a less performant software backend"
depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
config BR2_PACKAGE_QT5DECLARATIVE_QUICK
bool "quick module"
- select BR2_PACKAGE_QT5BASE_OPENGL
- depends on BR2_PACKAGE_QT5_GL_AVAILABLE
endif
diff --git a/package/qt5/qt5multimedia/qt5multimedia.mk b/package/qt5/qt5multimedia/qt5multimedia.mk
index 67e7968..41eb0f6 100644
--- a/package/qt5/qt5multimedia/qt5multimedia.mk
+++ b/package/qt5/qt5multimedia/qt5multimedia.mk
@@ -53,11 +53,13 @@ define QT5MULTIMEDIA_INSTALL_TARGET_LIBS
endef
endif
+ifeq ($(BR2_PACKAGE_QT5_GL_AVAILABLE),y)
ifeq ($(BR2_PACKAGE_QT5DECLARATIVE_QUICK),y)
define QT5MULTIMEDIA_INSTALL_TARGET_QMLS
cp -dpfr $(STAGING_DIR)/usr/qml/QtMultimedia $(TARGET_DIR)/usr/qml/
endef
endif
+endif
define QT5MULTIMEDIA_INSTALL_TARGET_CMDS
$(QT5MULTIMEDIA_INSTALL_TARGET_LIBS)
--
2.9.3
next prev parent reply other threads:[~2016-11-15 17:13 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-08 10:30 [Buildroot] [PATCH 0/5] Bump QT 5.8.0-beta Andreas Naumann
2016-11-08 10:30 ` [Buildroot] [PATCH 1/5] qt5: bump to 5.8.0-beta Andreas Naumann
2016-11-08 22:50 ` Arnout Vandecappelle
2016-11-09 18:53 ` Andreas Naumann
2016-11-10 9:22 ` Julien CORJON
2016-11-08 10:30 ` [Buildroot] [PATCH 2/5] Revert "qt5base: install bundled fonts to target" Andreas Naumann
2016-11-08 22:50 ` Arnout Vandecappelle
2016-11-08 10:30 ` [Buildroot] [PATCH 3/5] qt5webkit: bump to 5.8.0-beta Andreas Naumann
2016-11-08 22:51 ` Arnout Vandecappelle
2016-11-09 18:54 ` Andreas Naumann
2016-11-08 10:30 ` [Buildroot] [PATCH 4/5] qt5declarative: enable Quick for non-GL platforms Andreas Naumann
2016-11-08 22:53 ` Arnout Vandecappelle
2016-11-09 18:52 ` Andreas Naumann
2016-11-08 10:30 ` [Buildroot] [PATCH 5/5] quickcontrols1/2: enable for software renderer Andreas Naumann
2016-11-08 22:56 ` Arnout Vandecappelle
2016-11-09 18:52 ` Andreas Naumann
2016-11-08 22:57 ` [Buildroot] [PATCH 0/5] Bump QT 5.8.0-beta Arnout Vandecappelle
2016-11-09 18:56 ` Andreas Naumann
2016-11-15 17:13 ` [Buildroot] [Rejected v2 0/7] qt5 bump to 5.8.0-beta Julien Corjon
2016-11-15 17:13 ` [Buildroot] [Rejected v2 1/7] qt5webkit: Get sources from Qt-5-unofficial-builds Julien Corjon
2016-11-15 17:16 ` Alexey Brodkin
2016-11-15 17:22 ` Julien CORJON
2016-11-15 17:25 ` Alexey Brodkin
2016-11-15 17:13 ` [Buildroot] [Rejected v2 2/2] qt5: bump to 5.8.0-beta Julien Corjon
2016-11-15 17:13 ` [Buildroot] [Rejected v2 3/7] qt5enginio : move into legacy compatibility Julien Corjon
2016-11-15 17:13 ` [Buildroot] [Rejected v2 4/7] qt53d/qt5quickcontrols2/qt5serialbus : move out of tech preview Julien Corjon
2016-11-15 17:13 ` [Buildroot] [PATCH v2 5/7] Revert "qt5base: install bundled fonts to target" Julien Corjon
2016-11-15 17:13 ` Julien Corjon [this message]
2016-11-15 17:13 ` [Buildroot] [Rejected v2 7/7] quickcontrols1/2: enable for software renderer Julien Corjon
2016-11-15 17:20 ` [Buildroot] [Rejected v2 0/7] qt5 bump to 5.8.0-beta Алексей Бродкин
2016-11-16 7:41 ` Andreas Naumann
2016-11-16 8:32 ` Julien CORJON
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=20161115171307.7499-7-corjon.j@ecagroup.com \
--to=corjon.j@ecagroup.com \
--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