diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-09 10:55:01 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-10 17:24:41 +0200 |
commit | acd000615cb77c4805f43df177fbe08cd2244195 (patch) | |
tree | 2a8f11e9c22e6efe62a2707a4e325c62aaa50cc4 /recipes/qt4/qt-4.6.2.inc | |
parent | ad7c0216a5e5caf7a090a708e03f66363b888a00 (diff) |
qt4-embedded: fix decorations and mouse configs
Imported from http://arago-project.org/git/?p=arago.git;a=commitdiff;h=0fe5a365d34a07f93861741e25c5cfaaf662aa1c
Original patch done by Denys Dmytriyenko
Diffstat (limited to 'recipes/qt4/qt-4.6.2.inc')
-rw-r--r-- | recipes/qt4/qt-4.6.2.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/qt4/qt-4.6.2.inc b/recipes/qt4/qt-4.6.2.inc index 3ec329f373..ffd7a1d431 100644 --- a/recipes/qt4/qt-4.6.2.inc +++ b/recipes/qt4/qt-4.6.2.inc @@ -16,6 +16,9 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${PV}. file://linux.conf \ " +# Set necessary variables in the profile +SRC_URI += "file://qte.sh" + S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" do_configure_prepend() { |