diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-28 13:30:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-06 11:27:27 +0000 |
commit | 73fc8f706b08ec74087754eacd2257856fe829d1 (patch) | |
tree | 0a89f10e8ac4be89a7a0d1589773f9212c35b42c /meta | |
parent | be58cb5b41f0e6c08e9a5f576802c5a5efe7edf6 (diff) | |
download | openembedded-core-73fc8f706b08ec74087754eacd2257856fe829d1.tar.gz openembedded-core-73fc8f706b08ec74087754eacd2257856fe829d1.tar.bz2 openembedded-core-73fc8f706b08ec74087754eacd2257856fe829d1.zip |
qt4-x11-free.inc: use QT_BASE_NAME from qt4x11.bbclass
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index 5b93a984f2..40939deb1c 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc @@ -5,13 +5,12 @@ HOMEPAGE = "http://qt.nokia.com" SECTION = "x11/libs" DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" -INC_PR = "r36" +INC_PR = "r37" QT_GLFLAGS ?= "${@base_contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} " QT_GLFLAGS_qemux86 = "-opengl" QT_GLFLAGS_qemuppc = "-opengl" QT_CONFIG_FLAGS += "-no-xinerama -no-xkb" -QT_BASE_NAME ?= "qt4" QT_BASE_LIB ?= "libqt" inherit qt4x11 |