diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-10-03 01:46:11 +0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 14:22:51 +0100 |
commit | 4e3c29dd90f583cafe7a7fc863efb3720096d67b (patch) | |
tree | 504c0972d8d2d1096389457152dfb2b4dff4ffe0 /meta/recipes-qt/qt4/qt4-x11-free.inc | |
parent | 4fc51a28bd171ea93fecee6326c69c6494023f76 (diff) | |
download | openembedded-core-4e3c29dd90f583cafe7a7fc863efb3720096d67b.tar.gz openembedded-core-4e3c29dd90f583cafe7a7fc863efb3720096d67b.tar.bz2 openembedded-core-4e3c29dd90f583cafe7a7fc863efb3720096d67b.zip |
qt4: packaging fixup
Improve packaging:
* Add phrasebook packages to DYNAMIC_PACKAGES
* Correct phrasebook packages generation
* Include more files into -dbg packages
* Package fontdir and fonts README.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-x11-free.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index f76a97f932..f391028699 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc @@ -5,7 +5,7 @@ HOMEPAGE = "http://qt.nokia.com" SECTION = "x11/libs" DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" -INC_PR = "r31" +INC_PR = "r32" QT_GLFLAGS ?= "${@base_contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} " QT_GLFLAGS_qemux86 = "-opengl" |