* [Buildroot] [PATCH 1/1] qt5base: install libQt5XcbQpa.so for xcb backend
@ 2015-08-19 9:48 Matthew Shyu
2015-08-19 19:17 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Shyu @ 2015-08-19 9:48 UTC (permalink / raw)
To: buildroot
From: Matthew Shyu <matthew.shyu@amlogic.com>
libqxcb.so links again libQt5XcbQpa.so
Signed-off-by: Matthew Shyu <matthew.shyu@amlogic.com>
---
package/qt5/qt5base/qt5base.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index 753b069..e80c20c 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -156,6 +156,7 @@ QT5BASE_CONFIGURE_OPTS += $(if $(BR2_PACKAGE_QT5BASE_EXAMPLES),-make,-nomake) ex
# Build the list of libraries to be installed on the target
QT5BASE_INSTALL_LIBS_y += Qt5Core
+QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_XCB) += Qt5XcbQpa
QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_NETWORK) += Qt5Network
QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_CONCURRENT) += Qt5Concurrent
QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_SQL) += Qt5Sql
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] qt5base: install libQt5XcbQpa.so for xcb backend
2015-08-19 9:48 [Buildroot] [PATCH 1/1] qt5base: install libQt5XcbQpa.so for xcb backend Matthew Shyu
@ 2015-08-19 19:17 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-08-19 19:17 UTC (permalink / raw)
To: buildroot
Dear Matthew Shyu,
On Wed, 19 Aug 2015 17:48:15 +0800, Matthew Shyu wrote:
> From: Matthew Shyu <matthew.shyu@amlogic.com>
>
> libqxcb.so links again libQt5XcbQpa.so
>
> Signed-off-by: Matthew Shyu <matthew.shyu@amlogic.com>
> ---
> package/qt5/qt5base/qt5base.mk | 1 +
> 1 file changed, 1 insertion(+)
Thanks, good catch! I've slightly tweaked your commit message, and
applied. Thanks a lot!
Best regards,
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-08-19 19:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19 9:48 [Buildroot] [PATCH 1/1] qt5base: install libQt5XcbQpa.so for xcb backend Matthew Shyu
2015-08-19 19:17 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox