diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-02-12 23:03:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-12 23:03:24 +0000 |
commit | 610b038887abe64e94fbc8b30ab0cc46cc94b595 (patch) | |
tree | 201d1160ef0efb40e7f10e8e812cf4f726c26eda /packages | |
parent | 6ec0d3009271961d6f5698cf2dc99793fdc39568 (diff) |
xmonobut_0.4.1: add missing DEPENDS on libmatchbox
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xmonobut/xmonobut_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xmonobut/xmonobut_0.4.1.bb b/packages/xmonobut/xmonobut_0.4.1.bb index 4c60d4b9c2..dcbf5c56ca 100644 --- a/packages/xmonobut/xmonobut_0.4.1.bb +++ b/packages/xmonobut/xmonobut_0.4.1.bb @@ -2,7 +2,7 @@ LICENSE = "GPL" PR = "r1" DESCRIPTION = "utility to allow middle and right clicking with a stylus" SECTION = "x11/utils" -DEPENDS = "diet-x11 xext xpm" +DEPENDS = "diet-x11 xext xpm libmatchbox" SRC_URI = "http://www.handhelds.org/~philippe/sources/xmonobut-${PV}.tar.gz \ file://xmonobut.desktop" inherit autotools |