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/mesa | |
parent | 0ff4e3951b2cc355d7c22cdc50e43e8db77f4ea0 (diff) |
x11 recipes: use virtual/libgl instead of mesa
Diffstat (limited to 'recipes/mesa')
-rw-r--r-- | recipes/mesa/freeglut_2.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mesa/freeglut_2.4.0.bb b/recipes/mesa/freeglut_2.4.0.bb index a244fb23e1..cfc9ec175f 100644 --- a/recipes/mesa/freeglut_2.4.0.bb +++ b/recipes/mesa/freeglut_2.4.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. " LICENSE = "MIT/X11" -DEPENDS = "mesa" +DEPENDS = "virtual/libgl" SRC_URI = "http://dfn.dl.sourceforge.net/sourceforge/freeglut/freeglut-${PV}.tar.gz" |