DirectFB is about to be removed from OE-Core, so we shouldn't (and don't need to) depend upon it here.
Signed-off-by: Paul Eggleton <[email protected]> --- recipes-qt4/qt4/qt4-embedded.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-qt4/qt4/qt4-embedded.inc b/recipes-qt4/qt4/qt4-embedded.inc index a769065..3f40b82 100644 --- a/recipes-qt4/qt4/qt4-embedded.inc +++ b/recipes-qt4/qt4/qt4-embedded.inc @@ -2,7 +2,7 @@ SUMMARY = "Cross-platform UI toolkit and application framework (framebuffer vers DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the embedded (framebuffer) version." SECTION = "libs" HOMEPAGE = "http://qt-project.org/" -DEPENDS += "directfb tslib" +DEPENDS += "tslib" QT4EDEPENDS = "" QT_BASE_LIB ?= "libqt-embedded" @@ -17,7 +17,7 @@ QT_EMBEDDED_FLAGS ?= " \ -qtlibinfix ${QT_LIBINFIX} \ " QT_EMBEDDED_EXTRA_FLAGS ?= " \ - -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \ + -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc \ -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb -qt-mouse-linuxinput \ -qt-kbd-tty -qt-kbd-linuxinput \ " -- 2.5.5 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
