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/blackbox | |
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/blackbox')
-rw-r--r-- | recipes/blackbox/blackbox_0.70.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/blackbox/blackbox_0.70.1.bb b/recipes/blackbox/blackbox_0.70.1.bb index 8ac16ddee4..1ee209be81 100644 --- a/recipes/blackbox/blackbox_0.70.1.bb +++ b/recipes/blackbox/blackbox_0.70.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Blackbox Window Manager" SECTION = "x11/wm" LICENSE = "GPL" -DEPENDS = "libx11 libxext libxcomposite libxfixes libxdamage libxrender libxinerama libxpm xrandr xft" +DEPENDS = "libx11 libxext libxcomposite libxfixes libxdamage libxrender libxinerama libxpm xrandr libxft" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/blackboxwm/blackbox-0.70.1.tar.gz \ |