diff options
author | Ihar Hrachyshka <ihar.hrachyshka@gmail.com> | 2009-06-03 05:37:12 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-06-09 23:21:25 -0400 |
commit | 1106727f12c5d22f66e1f543616c90c9324ecb21 (patch) | |
tree | 605b4c2ec6f64767579904ec95d5654774e9e1e1 /recipes/qt4 | |
parent | aa4f2443717b56127f12c3385460547c5f5f2410 (diff) |
qt4-embedded: added directfb plugin
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes/qt4')
-rw-r--r-- | recipes/qt4/qt4-embedded.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/qt4/qt4-embedded.inc b/recipes/qt4/qt4-embedded.inc index bae52ab9ce..3d986b23a6 100644 --- a/recipes/qt4/qt4-embedded.inc +++ b/recipes/qt4/qt4-embedded.inc @@ -3,7 +3,7 @@ SECTION = "libs" LICENSE = "GPL QPL" PRIORITY = "optional" HOMEPAGE = "http://www.trolltech.com" -DEPENDS += "tslib" +DEPENDS += "directfb tslib" INC_PR = "r11" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \ @@ -23,7 +23,7 @@ S = "${WORKDIR}/qt-embedded-linux-opensource-src-${PV}" QT_CONFIG_FLAGS += " \ -qtlibinfix E \ -qt-decoration-styled -plugin-decoration-default -plugin-decoration-windows \ - -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc \ + -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \ -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb \ -qt-kbd-tty -qt-kbd-usb -qt-kbd-qvfb \ -DQT_KEYPAD_NAVIGATION \ |