aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-embedded-gles_4.7.2.bb
blob: 8ab5a6c7a1396522e2ec35a775dc066447ab7dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEFAULT_PREFERENCE = "-1"

require qt4-embedded.inc

PR = "${INC_PR}.10"

QT_CONFIG_FLAGS_append_armv6 = " -no-neon "

PROVIDES += "qt4-embedded"
QT_GLFLAGS = "-opengl es2 -depths 16,24,32  -plugin-gfx-powervr"
 
FILESPATHPKG .= ":qt4-embedded-${PV}:qt4-embedded"

require qt-${PV}.inc

QT_CONFIG_FLAGS += " \
 -exceptions \
"