diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-02-15 09:38:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-15 09:38:45 +0000 |
commit | d23815e7f76cf45253f2f293e83bae91ab5990dd (patch) | |
tree | 315b3428b367a5d9c18a222aa5d0b2c7b167e46f /packages/xmonobut/xmonobut_0.4.bb | |
parent | 9c5dd476be62e2ddbf5cd7b68e9cf6302784235d (diff) |
xmonobut: depend on x11 instead of diet-x11
Diffstat (limited to 'packages/xmonobut/xmonobut_0.4.bb')
-rw-r--r-- | packages/xmonobut/xmonobut_0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xmonobut/xmonobut_0.4.bb b/packages/xmonobut/xmonobut_0.4.bb index 01f0678b12..928049d161 100644 --- a/packages/xmonobut/xmonobut_0.4.bb +++ b/packages/xmonobut/xmonobut_0.4.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 = "x11 xext xpm" SRC_URI = "http://www.handhelds.org/~mallum/downloadables/xmonobut/xmonobut-${PV}.tar.gz \ file://xmonobut.desktop" inherit autotools |