aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/redboot-utils
AgeCommit message (Expand)Author
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
on value='ChenQi/rpcbind-systemd'>ChenQi/rpcbind-systemd OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/qt4x11.bbclass
blob: 6f06d3475525edace6183b584f7094d45896ffb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT4DEPENDS ?= "qt4-x11 "
DEPENDS_prepend = "${QT4DEPENDS}"

# depends on qt4-x11
REQUIRED_DISTRO_FEATURES += "x11"

inherit qmake2 distro_features_check

QT_BASE_NAME = "qt4"
QT_DIR_NAME = "qt4"
QT_LIBINFIX = ""

# Qt4 uses atomic instructions not supported in thumb mode
ARM_INSTRUCTION_SET = "arm"