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/quake | |
parent | 0ff4e3951b2cc355d7c22cdc50e43e8db77f4ea0 (diff) |
x11 recipes: use virtual/libgl instead of mesa
Diffstat (limited to 'recipes/quake')
-rw-r--r-- | recipes/quake/quetoo_0.6.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/quake/quetoo_0.6.1.bb b/recipes/quake/quetoo_0.6.1.bb index 33a7075799..b031238da3 100644 --- a/recipes/quake/quetoo_0.6.1.bb +++ b/recipes/quake/quetoo_0.6.1.bb @@ -1,9 +1,10 @@ DESCRIPTION = "Initially a fork of the Quake2Forge project, this engine aims to provide security and performance enhancements." LICENSE = "GPLv2" -DEPENDS = "libsdl-x11 zlib mesa" +DEPENDS = "libsdl-x11 zlib virtual/libgl" SRC_URI = "http://tastyspleen.net/~jdolan/quetoo-${PV}.tar.bz2" +PR = "r1" inherit autotools pkgconfig |