diff options
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 3 | ||||
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free.inc | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index cbdda5f82a..e87de4b379 100644 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ b/meta/recipes-qt/qt4/qt4-embedded.inc | |||
@@ -1,4 +1,5 @@ | |||
1 | DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the embedded version." | 1 | SUMMARY = "Cross-platform UI toolkit and application framework (framebuffer version)" |
2 | DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the embedded (framebuffer) version." | ||
2 | SECTION = "libs" | 3 | SECTION = "libs" |
3 | HOMEPAGE = "http://qt-project.org/" | 4 | HOMEPAGE = "http://qt-project.org/" |
4 | DEPENDS += "directfb tslib" | 5 | DEPENDS += "directfb tslib" |
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index 369b3d5ae0..73ed2bcbd9 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc | |||
@@ -1,5 +1,6 @@ | |||
1 | require qt4.inc | 1 | require qt4.inc |
2 | 2 | ||
3 | SUMMARY = "Cross-platform UI toolkit and application framework (X11 version)" | ||
3 | DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version." | 4 | DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version." |
4 | HOMEPAGE = "http://qt-project.org/" | 5 | HOMEPAGE = "http://qt-project.org/" |
5 | SECTION = "x11/libs" | 6 | SECTION = "x11/libs" |