summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtbase_git.bbappend')
-rw-r--r--recipes-qt/qt5/qtbase_git.bbappend15
1 files changed, 9 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend
index 61235d4..6fff60b 100644
--- a/recipes-qt/qt5/qtbase_git.bbappend
+++ b/recipes-qt/qt5/qtbase_git.bbappend
@@ -27,19 +27,23 @@
27## 27##
28############################################################################ 28############################################################################
29 29
30PACKAGECONFIG_GL = "gles2 eglfs" 30PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 eglfs', 'no-opengl', d)}"
31
32# emulator is exception due to qtglesstream
33PACKAGECONFIG_GL_emulator = "gles2 eglfs"
34
31PACKAGECONFIG += " \ 35PACKAGECONFIG += " \
32 accessibility \ 36 accessibility \
33 alsa \
34 cups \ 37 cups \
35 fontconfig \ 38 fontconfig \
39 freetype \
36 glib \ 40 glib \
37 iconv \
38 icu \ 41 icu \
42 libinput \
39 linuxfb \ 43 linuxfb \
44 qml-debug \
40 sql-sqlite \ 45 sql-sqlite \
41 tslib \ 46 tslib \
42 libinput \
43 xkbcommon-evdev \ 47 xkbcommon-evdev \
44 " 48 "
45 49
@@ -53,5 +57,4 @@ do_configure_prepend() {
53 install -m 0644 ${WORKDIR}/oe-device-extra.pri ${S}/mkspecs 57 install -m 0644 ${WORKDIR}/oe-device-extra.pri ${S}/mkspecs
54} 58}
55 59
56SRCREV = "a55f36211efe1bb0d6717c8545366120bd6dfd9f" 60SRCREV = "4c0760d327e390a37d0d6ce2016d3a8c5b87a119"
57