diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 12:43:15 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-10 17:00:06 +0100 |
commit | 9ba61adee76654517502b7113b05ff4637688737 (patch) | |
tree | 41ee59472e7d4918003674e3f593d54aec33a209 /recipes/qt | |
parent | 0ff4e3951b2cc355d7c22cdc50e43e8db77f4ea0 (diff) |
x11 recipes: use virtual/libgl instead of mesa
Diffstat (limited to 'recipes/qt')
-rw-r--r-- | recipes/qt/qt-x11-free_3.3.6.bb | 4 | ||||
-rw-r--r-- | recipes/qt/qt-x11-free_3.3.7.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/qt/qt-x11-free_3.3.6.bb b/recipes/qt/qt-x11-free_3.3.6.bb index 719215c5d2..f5ff6b0cdd 100644 --- a/recipes/qt/qt-x11-free_3.3.6.bb +++ b/recipes/qt/qt-x11-free_3.3.6.bb @@ -1,6 +1,6 @@ -DEPENDS = "uicmoc3-native freetype virtual/libx11 xft libxext libxrender libxrandr libxcursor mysql mesa" +DEPENDS = "uicmoc3-native freetype virtual/libx11 xft libxext libxrender libxrandr libxcursor mysql virtual/libgl" PROVIDES = "qt3x11" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ file://configure.patch;patch=1 \ diff --git a/recipes/qt/qt-x11-free_3.3.7.bb b/recipes/qt/qt-x11-free_3.3.7.bb index 7e430c8024..e218073cce 100644 --- a/recipes/qt/qt-x11-free_3.3.7.bb +++ b/recipes/qt/qt-x11-free_3.3.7.bb @@ -1,6 +1,6 @@ -DEPENDS = "uicmoc3-native freetype virtual/libx11 libxmu xft libxext libxrender libxrandr libxcursor mysql mesa" +DEPENDS = "uicmoc3-native freetype virtual/libx11 libxmu xft libxext libxrender libxrandr libxcursor mysql virtual/libgl" PROVIDES = "qt3x11" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ file://configure.patch;patch=1 \ |