diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 09:30:40 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 09:53:19 +0200 |
commit | c34bf3cb88a9e99a22905fee4970dac914ee8a4f (patch) | |
tree | 401ef90c76a6943b3be8707ce76f70132b90e473 /recipes/mozilla | |
parent | 2531ea35b2d93c07bdff8d8f2cde72db971fe4cb (diff) |
recipes: use libxt/libxft/libxdmcp/libxscrnsaver/liblbxutil/libxau/libxext instead of xt/xft/xdmcp/libxss/lbxutil/xau/xext providers
* there is only one provider, so use it directly as othere recipes does
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/mozilla')
-rw-r--r-- | recipes/mozilla/minimo_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mozilla/minimo_cvs.bb b/recipes/mozilla/minimo_cvs.bb index 3c274ea28b..708acbf91e 100644 --- a/recipes/mozilla/minimo_cvs.bb +++ b/recipes/mozilla/minimo_cvs.bb @@ -4,7 +4,7 @@ LICENSE = "MPL GPL LGPL" HOMEPAGE = "http://www.mozilla.org/projects/minimo/" PRIORITY = "optional" -DEPENDS = "libxrender xt xft fontconfig freetype libidl dbus-glib pango atk gtk+ libidl-native zip-native" +DEPENDS = "libxrender libxt libxft fontconfig freetype libidl dbus-glib pango atk gtk+ libidl-native zip-native" CVSSVR="cvs-mirror.mozilla.org" BRTAG = "MOZILLA_1_8_BRANCH" |