summaryrefslogtreecommitdiff
path: root/recipes-qt/qt5/qtbase_5.2.1.bbappend
blob: d06ff2df2a6b591be207cafbb053106a65a49f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PACKAGECONFIG_GL_tegra = "gles2"
PACKAGECONFIG_EXAMPLES ?= "examples"

PACKAGECONFIG_append_tegra += " \
    ${PACKAGECONFIG_EXAMPLES} \
"

PACKAGECONFIG_append_vf += " \
    ${PACKAGECONFIG_EXAMPLES} \
"
# Workaround from the Fedora ARM port preventing the following compiler error
# happening with the Linaro 4.8. 2014.04 toolchain
# qtbase-opensource-src-5.2.1/src/tools/qdoc/quoter.cpp:139:1: internal compiler error: in add_stores, at var-tracking.c:5918
#
# https://bugs.linaro.org/show_bug.cgi?id=534
# http://pkgs.fedoraproject.org/cgit/mingw-qt5-qtbase.git/tree/qt5-workaround-gcc48-arm-build-failure.patch?h=f20
FILESEXTRAPATHS_prepend := "${THISDIR}/files/:"
SRC_URI += "file://0017-qt5-workaround-gcc48-arm-build-failure.patch"