2024-09-09 08:57:42 +00:00
|
|
|
SUMMARY = "Mobile device API extensions for Qt/X11 4.x"
|
2024-09-09 08:52:07 +00:00
|
|
|
DEPENDS = "qt4-x11-free"
|
|
|
|
SECTION = "x11/libs"
|
|
|
|
qtm_embedded := ""
|
|
|
|
qtm_dir = "qt4"
|
2024-09-09 08:57:42 +00:00
|
|
|
qtm_glflags := "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '+=opengl', '-=opengl', d)} "
|
2024-09-09 08:52:07 +00:00
|
|
|
qtm_extra_config := ""
|
|
|
|
|
|
|
|
inherit qt4x11
|
|
|
|
require qt-mobility_${PV}.inc
|