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/fltk | |
parent | 0ff4e3951b2cc355d7c22cdc50e43e8db77f4ea0 (diff) |
x11 recipes: use virtual/libgl instead of mesa
Diffstat (limited to 'recipes/fltk')
-rw-r--r-- | recipes/fltk/fltk_1.1.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/fltk/fltk_1.1.4.bb b/recipes/fltk/fltk_1.1.4.bb index ae7c0e1c95..d9c8c00a14 100644 --- a/recipes/fltk/fltk_1.1.4.bb +++ b/recipes/fltk/fltk_1.1.4.bb @@ -3,8 +3,8 @@ HOMEPAGE = "http://www.fltk.org" SECTION = "libs" PRIORITY = "optional" LICENSE = "LGPL" -DEPENDS = "jpeg libpng mesa zlib" -PR = "r1" +DEPENDS = "jpeg libpng virtual/libgl zlib" +PR = "r2" SRC_URI = "ftp://ftp-fourier.ujf-grenoble.fr/xcas/devel/sources/fltk-${PV}-device.tar.gz" |