* [Buildroot] [PATCH] qt5base/gpu_vivante: Fix activation of visualID workaround
@ 2015-07-28 9:06 Jérôme Pouiller
2015-07-28 21:30 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Jérôme Pouiller @ 2015-07-28 9:06 UTC (permalink / raw)
To: buildroot
0001-Force_egl_visual_ID_33.patch have to be enabled as soon as gpu_vivante/xorg
is used. This does not depends on eglfs option.
Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
---
package/qt5/qt5base/qt5base.mk | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index 6f0f526..753b069 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -118,12 +118,13 @@ endif
QT5BASE_DEFAULT_QPA = $(call qstrip,$(BR2_PACKAGE_QT5BASE_DEFAULT_QPA))
QT5BASE_CONFIGURE_OPTS += $(if $(QT5BASE_DEFAULT_QPA),-qpa $(QT5BASE_DEFAULT_QPA))
-ifeq ($(BR2_PACKAGE_QT5BASE_EGLFS),y)
-QT5BASE_CONFIGURE_OPTS += -eglfs
-QT5BASE_DEPENDENCIES += libegl
ifeq ($(BR2_PACKAGE_IMX_GPU_VIV),y)
QT5BASE_EXTRA_CFLAGS = -DENABLE_MX6_WORKAROUND
endif
+
+ifeq ($(BR2_PACKAGE_QT5BASE_EGLFS),y)
+QT5BASE_CONFIGURE_OPTS += -eglfs
+QT5BASE_DEPENDENCIES += libegl
else
QT5BASE_CONFIGURE_OPTS += -no-eglfs
endif
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] qt5base/gpu_vivante: Fix activation of visualID workaround
2015-07-28 9:06 [Buildroot] [PATCH] qt5base/gpu_vivante: Fix activation of visualID workaround Jérôme Pouiller
@ 2015-07-28 21:30 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-07-28 21:30 UTC (permalink / raw)
To: buildroot
Dear J?r?me Pouiller,
On Tue, 28 Jul 2015 11:06:25 +0200, J?r?me Pouiller wrote:
> 0001-Force_egl_visual_ID_33.patch have to be enabled as soon as gpu_vivante/xorg
> is used. This does not depends on eglfs option.
>
> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
> ---
> package/qt5/qt5base/qt5base.mk | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
Applied after some minor tweaks to the commit log, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-28 21:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28 9:06 [Buildroot] [PATCH] qt5base/gpu_vivante: Fix activation of visualID workaround Jérôme Pouiller
2015-07-28 21:30 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox