summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend')
-rw-r--r--meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend b/meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend
index e7c7adf..f24556e 100644
--- a/meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend
+++ b/meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend
@@ -1,6 +1,6 @@
1############################################################################ 1############################################################################
2## 2##
3## Copyright (C) 2016 The Qt Company Ltd. 3## Copyright (C) 2018 The Qt Company Ltd.
4## Contact: https://www.qt.io/licensing/ 4## Contact: https://www.qt.io/licensing/
5## 5##
6## This file is part of the Boot to Qt meta layer. 6## This file is part of the Boot to Qt meta layer.
@@ -37,12 +37,14 @@ PACKAGECONFIG += " \
37 cups \ 37 cups \
38 fontconfig \ 38 fontconfig \
39 freetype \ 39 freetype \
40 getentropy \
40 gif \ 41 gif \
41 glib \ 42 glib \
42 ico \ 43 ico \
43 icu \ 44 icu \
44 libinput \ 45 libinput \
45 linuxfb \ 46 linuxfb \
47 ltcg \
46 sql-sqlite \ 48 sql-sqlite \
47 tslib \ 49 tslib \
48 xkbcommon-evdev \ 50 xkbcommon-evdev \
@@ -50,6 +52,9 @@ PACKAGECONFIG += " \
50 52
51PACKAGECONFIG_remove = "tests" 53PACKAGECONFIG_remove = "tests"
52 54
55# Disable on emulator due to QTBUG-69252
56PACKAGECONFIG_remove_emulator = "ltcg"
57
53FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 58FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
54 59
55SRC_URI += " \ 60SRC_URI += " \