blob: 0b047fc5deb387d73a80e7c44491c598171d9b7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require qt4-embedded.inc
PR = "${INC_PR}.8"
PROVIDES += "qt4-embedded"
QT_GLFLAGS = "-opengl es2 -depths 16,24,32 -plugin-gfx-powervr"
require qt-${PV}.inc
SRC_URI += "file://cursor-hack.diff"
FILESPATHPKG .= ":qt4-embedded-${PV}:qt4-embedded"
DEPENDS += "virtual/egl"
require recipes/egl/egl.inc
|