diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-04-09 23:51:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-12 10:12:21 -0700 |
commit | 31bc011cf71749dd29192c6e90acb51bd68f90d5 (patch) | |
tree | d9731e203ed33c60997f8704f97e05a05f491633 /meta/recipes-qt/qt4/qt4-x11-free.inc | |
parent | 10a52e0f7cb9c683ff77714cc509a8fd1cc4fd09 (diff) | |
download | poky-31bc011cf71749dd29192c6e90acb51bd68f90d5.tar.gz |
qt4-x11-free: add virtual/libgl for opengl dependency
(From OE-Core rev: e718a775409938af51c1f06d2574435cbf978188)
Signed-off-by: Saul Wold <sgw@linux.intel.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 | 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 306adb9d2e..ba08dc8ac6 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 | |||
4 | HOMEPAGE = "http://qt.nokia.com" | 4 | HOMEPAGE = "http://qt.nokia.com" |
5 | SECTION = "x11/libs" | 5 | SECTION = "x11/libs" |
6 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
7 | DEPENDS += "virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" | 7 | DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" |
8 | 8 | ||
9 | INC_PR = "r21" | 9 | INC_PR = "r22" |
10 | 10 | ||
11 | QT_GLFLAGS ?= "-no-opengl" | 11 | QT_GLFLAGS ?= "-no-opengl" |
12 | QT_GLFLAGS_qemux86 = "-opengl" | 12 | QT_GLFLAGS_qemux86 = "-opengl" |