Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
[openembedded.git] / classes / qt4x11.bbclass
blobaa2e2a174ebcf5d4d4490f187cbd78bfe0fa540a
1 DEPENDS_prepend = "${@["qt4x11 ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-x11-free')]}"
3 inherit qmake2
5 # Qt4 uses atomic instructions not supported in thumb mode
6 ARM_INSTRUCTION_SET = "arm"