diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-01-07 16:34:21 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-01-08 09:45:35 +0000 |
commit | d4c6ba577e007975cbcf84f879d0c4206a864a0c (patch) | |
tree | 72f8477b5550671ffa149161d84282c140c12052 | |
parent | a0ff1741c77f839e38370b3ecefcd9b287871039 (diff) | |
download | meta-boot2qt-d4c6ba577e007975cbcf84f879d0c4206a864a0c.tar.gz |
VKB: build virtualkeyboard with HWR support enabled
Build with lipi-toolkit. The default installation path for lipi-toolkit
libs causes QA warnings.
Change-Id: I4b7a5986cbd1589fca2bc8744bdb88792bf0b4bd
Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
-rw-r--r-- | conf/distro/b2qt.conf | 2 | ||||
-rw-r--r-- | recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf index 4baaa3c..ff20658 100644 --- a/conf/distro/b2qt.conf +++ b/conf/distro/b2qt.conf | |||
@@ -69,4 +69,6 @@ IMAGE_CLASSES += "image_types_sdcard deploy-conf" | |||
69 | LICENSE_CREATE_PACKAGE = "1" | 69 | LICENSE_CREATE_PACKAGE = "1" |
70 | COPY_LIC_MANIFEST = "1" | 70 | COPY_LIC_MANIFEST = "1" |
71 | 71 | ||
72 | QT_DIR_NAME = "" | ||
73 | |||
72 | include conf/distro/include/${MACHINE}.conf | 74 | include conf/distro/include/${MACHINE}.conf |
diff --git a/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb b/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb index 6a5050f..f580238 100644 --- a/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb +++ b/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb | |||
@@ -37,8 +37,13 @@ S = "${WORKDIR}/git" | |||
37 | 37 | ||
38 | DEPENDS = "qtbase qtdeclarative qtsvg hunspell" | 38 | DEPENDS = "qtbase qtdeclarative qtsvg hunspell" |
39 | 39 | ||
40 | EXTRA_QMAKEVARS_PRE += "CONFIG+=disable-desktop CONFIG+=lang-all" | 40 | EXTRA_QMAKEVARS_PRE += "CONFIG+=disable-desktop CONFIG+=lang-all CONFIG+=lipi-toolkit" |
41 | 41 | ||
42 | PACKAGES += "${PN}-dictionaries" | 42 | PACKAGES += "${PN}-dictionaries" |
43 | RRECOMMENDS_${PN} += "${PN}-dictionaries" | 43 | RRECOMMENDS_${PN} += "${PN}-dictionaries" |
44 | FILES_${PN}-dictionaries = "${OE_QMAKE_PATH_DATA}/qtvirtualkeyboard/*/*.dat" | 44 | FILES_${PN}-dictionaries = "${OE_QMAKE_PATH_DATA}/qtvirtualkeyboard/*/*.dat" |
45 | |||
46 | FILES_${PN} += "${OE_QMAKE_PATH_DATA}/qtvirtualkeyboard/lipi_toolkit" | ||
47 | FILES_${PN}-dbg += "${OE_QMAKE_PATH_DATA}/qtvirtualkeyboard/lipi_toolkit/lib/.debug" | ||
48 | INSANE_SKIP_${PN} += "libdir" | ||
49 | INSANE_SKIP_${PN}-dbg += "libdir" | ||