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.bbappend7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend
index d97b4bc..22a5de1 100644
--- a/recipes-qt/qt5/qtbase_git.bbappend
+++ b/recipes-qt/qt5/qtbase_git.bbappend
@@ -34,12 +34,10 @@ PACKAGECONFIG_GL_emulator = "gles2 eglfs"
34 34
35PACKAGECONFIG += " \ 35PACKAGECONFIG += " \
36 accessibility \ 36 accessibility \
37 alsa \
38 cups \ 37 cups \
39 fontconfig \ 38 fontconfig \
40 freetype \ 39 freetype \
41 glib \ 40 glib \
42 iconv \
43 icu \ 41 icu \
44 libinput \ 42 libinput \
45 linuxfb \ 43 linuxfb \
@@ -59,7 +57,4 @@ do_configure_prepend() {
59 install -m 0644 ${WORKDIR}/oe-device-extra.pri ${S}/mkspecs 57 install -m 0644 ${WORKDIR}/oe-device-extra.pri ${S}/mkspecs
60} 58}
61 59
62SRCREV = "969bb10eed646313209fcdd9b84605aa98fc88de" 60SRCREV = "947cace7993807d173656300f4440ae5166624fe"
63
64# temporarily here
65PACKAGECONFIG[no-opengl] = "-no-opengl"