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:02:18 -0700 |
commit | e718a775409938af51c1f06d2574435cbf978188 (patch) | |
tree | e3a734b08c8c5eeb23a827c547fafa44ca4f40f0 /meta/recipes-qt/qt4 | |
parent | ba7b4e73e408cdd12c896cdc79267056849200d7 (diff) | |
download | openembedded-core-e718a775409938af51c1f06d2574435cbf978188.tar.gz openembedded-core-e718a775409938af51c1f06d2574435cbf978188.tar.bz2 openembedded-core-e718a775409938af51c1f06d2574435cbf978188.zip |
qt4-x11-free: add virtual/libgl for opengl dependency
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/qt4')
-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 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" |