aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-x11-free-gles_4.7.3.bb
blob: c5fd6f30eaf4bbe9ff666358f512ceac28a3a6d3 (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-x11-free.inc
PR = "${INC_PR}.7"

QT_GLFLAGS = "-opengl es2 -depths 16,24,32 "

require qt-${PV}.inc

QT_CONFIG_FLAGS += " \
 -no-embedded \
 -xrandr \
 -x11"

FILESPATHPKG .= ":qt4-x11-free-${PV}:qt4-x11-free"

DEPENDS += "virtual/egl"
require recipes/egl/egl.inc
PROVIDES += "qt4-x11-free"