diff options
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index 79473c98ff..bee7345ff0 100644 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ b/meta/recipes-qt/qt4/qt4-embedded.inc | |||
@@ -3,7 +3,7 @@ SECTION = "libs" | |||
3 | LICENSE = "LGPLv2.1 | GPLv3" | 3 | LICENSE = "LGPLv2.1 | GPLv3" |
4 | HOMEPAGE = "http://qt.nokia.com" | 4 | HOMEPAGE = "http://qt.nokia.com" |
5 | DEPENDS += "directfb tslib" | 5 | DEPENDS += "directfb tslib" |
6 | INC_PR = "r35" | 6 | INC_PR = "r36" |
7 | 7 | ||
8 | QT_BASE_NAME ?= "qt4-embedded" | 8 | QT_BASE_NAME ?= "qt4-embedded" |
9 | QT_BASE_LIB ?= "libqt-embedded" | 9 | QT_BASE_LIB ?= "libqt-embedded" |
@@ -31,7 +31,7 @@ do_install_append() { | |||
31 | # with depending on the global package qt4-embedded | 31 | # with depending on the global package qt4-embedded |
32 | PACKAGES += " ${PN}-conf" | 32 | PACKAGES += " ${PN}-conf" |
33 | FILES_${PN}-conf += " ${sysconfdir}/profile.d/qte.sh" | 33 | FILES_${PN}-conf += " ${sysconfdir}/profile.d/qte.sh" |
34 | RDEPENDS_${PN} += " ${PN}-conf" | 34 | RRECOMMENDS_${PN} += " ${PN}-conf" |
35 | 35 | ||
36 | inherit qt4e | 36 | inherit qt4e |
37 | 37 | ||