summaryrefslogtreecommitdiff
path: root/recipes-qt/qt5/qtbase_%.bbappend
blob: 00cdb2fc1dd7c2d023db24bb28037e410b570ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PACKAGECONFIG_GL_tegra = "gles2"
PACKAGECONFIG_EXAMPLES ?= "examples"

#qtbase must be configured with icu for qtwebkit
PACKAGECONFIG_append_tegra = " \
    icu \
    ${PACKAGECONFIG_EXAMPLES} \
"

PACKAGECONFIG_append_vf = " \
    icu \
    ${PACKAGECONFIG_EXAMPLES} \
"