From patchwork Sun Apr 10 20:13:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/6] qt4-x11-free: add virtual/libgl for opengl dependency Date: Sun, 10 Apr 2011 20:13:31 -0000 From: Saul Wold X-Patchwork-Id: 2131 Message-Id: <2997606fef4064ef65191671ebec4db1f9fa3d91.1302466269.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Cc: Darren Hart , Xiaofeng Yan From: Saul Wold Signed-off-by: Saul Wold --- meta/recipes-qt/qt4/qt4-x11-free.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index 306adb9..ba08dc8 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc @@ -4,9 +4,9 @@ DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is HOMEPAGE = "http://qt.nokia.com" SECTION = "x11/libs" PRIORITY = "optional" -DEPENDS += "virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" +DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" -INC_PR = "r21" +INC_PR = "r22" QT_GLFLAGS ?= "-no-opengl" QT_GLFLAGS_qemux86 = "-opengl"