blob: e7e4b3c62a0a95713c94324671ffe8c22737c93f (
plain)
1
2
3
4
5
6
7
8
9
10
|
SUMMARY = "Mobile device API extensions for Qt/X11 4.x"
DEPENDS = "qt4-x11-free"
SECTION = "x11/libs"
qtm_embedded := ""
qtm_dir = "qt4"
qtm_glflags := "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '+=opengl', '-=opengl', d)} "
qtm_extra_config := ""
inherit qt4x11
require qt-mobility_${PV}.inc
|