* [Buildroot] [PATCH v1] qwt: fix qt5 opengl support
@ 2016-11-18 22:00 Peter Seiderer
2016-11-19 9:50 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2016-11-18 22:00 UTC (permalink / raw)
To: buildroot
Qt5base BR2_PACKAGE_QT5BASE_OPENGL_LIB depends on BR2_PACKAGE_QT5BASE_OPENGL (see
package/qt5/qt5base/Config.in), so select it.
Fixes [1]:
cp: cannot stat '.../output/host/usr/sh4-buildroot-linux-uclibc/sysroot/usr/lib/libQt5OpenGL.so.*': No such file or directory
[1] http://autobuild.buildroot.net/results/262/2623d48194b778c92134f9bceea923749b26ac6b
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
package/qwt/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/qwt/Config.in b/package/qwt/Config.in
index dabbda2..a678637 100644
--- a/package/qwt/Config.in
+++ b/package/qwt/Config.in
@@ -30,6 +30,7 @@ config BR2_PACKAGE_QWT_OPENGL
depends on (BR2_PACKAGE_HAS_LIBGLES && BR2_PACKAGE_HAS_LIBEGL && BR2_PACKAGE_QT) || \
(BR2_PACKAGE_QT5_GL_AVAILABLE && BR2_PACKAGE_QT5)
select BR2_PACKAGE_QT_OPENGL if BR2_PACKAGE_QT
+ select BR2_PACKAGE_QT5BASE_OPENGL if BR2_PACKAGE_QT5
select BR2_PACKAGE_QT5BASE_OPENGL_LIB if BR2_PACKAGE_QT5
endif
--
2.8.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v1] qwt: fix qt5 opengl support
2016-11-18 22:00 [Buildroot] [PATCH v1] qwt: fix qt5 opengl support Peter Seiderer
@ 2016-11-19 9:50 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-11-19 9:50 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 18 Nov 2016 23:00:12 +0100, Peter Seiderer wrote:
> Qt5base BR2_PACKAGE_QT5BASE_OPENGL_LIB depends on BR2_PACKAGE_QT5BASE_OPENGL (see
> package/qt5/qt5base/Config.in), so select it.
>
> Fixes [1]:
>
> cp: cannot stat '.../output/host/usr/sh4-buildroot-linux-uclibc/sysroot/usr/lib/libQt5OpenGL.so.*': No such file or directory
>
> [1] http://autobuild.buildroot.net/results/262/2623d48194b778c92134f9bceea923749b26ac6b
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> package/qwt/Config.in | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, 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:[~2016-11-19 9:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-18 22:00 [Buildroot] [PATCH v1] qwt: fix qt5 opengl support Peter Seiderer
2016-11-19 9:50 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox