generic-poky/meta/recipes-qt/qt4/qt4-x11-free_4.8.6.bb
Paul Eggleton 5bd29501ad qt4: upgrade to version 4.8.6
* Remove patches merged upstream
* Add a qtscript translation package for an additional .qm file added in
  this release

(From OE-Core rev: 32a9c7101c7212c69d40893ee597eaf34955b641)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-03 16:49:19 +01:00

10 lines
204 B
BlitzBasic

require qt4-x11-free.inc
require qt4-${PV}.inc
QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}"
QT_CONFIG_FLAGS += " \
-no-embedded \
-xrandr \
-x11"