summaryrefslogtreecommitdiffstats
path: root/package/qt5
diff options
context:
space:
mode:
authorMatthew Shyu <matthew.shyu@amlogic.com>2015-08-19 17:48:15 +0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-19 21:16:16 +0200
commit580513320ee897f5316d92cfe38668f9c3a1224f (patch)
tree662d8019496f183dd7f09070b133e158ae3d6185 /package/qt5
parent97e9db4332aeb58c5b83536426906df942573d4d (diff)
downloadbuildroot-580513320ee897f5316d92cfe38668f9c3a1224f.tar.gz
buildroot-580513320ee897f5316d92cfe38668f9c3a1224f.zip
qt5base: install libQt5XcbQpa.so for xcb backend
When the XCB backend is selected, the libqxcb.so plugin is installed, and is linked against libQt5XcbQpa.so. However, until, Buildroot was not installing this library. This commit fixes this. [Thomas: tweak commit log.] Signed-off-by: Matthew Shyu <matthew.shyu@amlogic.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5')
-rw-r--r--package/qt5/qt5base/qt5base.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index 753b0696f5..e80c20c638 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
OpenPOWER on IntegriCloud