diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-09-15 11:47:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 11:34:22 +0100 |
commit | 8d5a5d78f9e83c64ebddcecd7c4fd89cc1264163 (patch) | |
tree | 12c94221bc08b3c6ee5facef8d1e5b1e565fa88c /meta/recipes-qt/qt4/qt4-embedded.inc | |
parent | 97446651cd5128ca7a549df677c920e2463c46f9 (diff) | |
download | openembedded-core-8d5a5d78f9e83c64ebddcecd7c4fd89cc1264163.tar.gz openembedded-core-8d5a5d78f9e83c64ebddcecd7c4fd89cc1264163.tar.bz2 openembedded-core-8d5a5d78f9e83c64ebddcecd7c4fd89cc1264163.zip |
qt4: Fix translation support
The translation support was disable in build. The
fix-translation.patch was imported from OpenEmbedded to fix a linking
issue in phonon translation support.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-embedded.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index ffa5288b6f..53e1297076 100644 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ b/meta/recipes-qt/qt4/qt4-embedded.inc @@ -3,7 +3,7 @@ SECTION = "libs" LICENSE = "LGPLv2.1 | GPLv3" HOMEPAGE = "http://qt.nokia.com" DEPENDS += "directfb tslib" -INC_PR = "r33" +INC_PR = "r34" QT_BASE_NAME ?= "qt4-embedded" QT_BASE_LIB ?= "libqt-embedded" |