xf86-video-omapfb: pandora: handle cycle/forcer events better
[openembedded.git] / classes / qt4x11.bbclass
index 76a45c3..2d56b7e 100644 (file)
@@ -1,3 +1,6 @@
-DEPENDS_prepend = "${@["qt4x11 ", ""][(bb.data.getVar('PN', d, 1) == 'qt4-x11-free')]}"
+DEPENDS_prepend = "${@["qt4-x11-free ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-x11-free')]}"
 
 inherit qmake2
+
+# Qt4 uses atomic instructions not supported in thumb mode
+ARM_INSTRUCTION_SET = "arm"