diff options
-rw-r--r-- | xkbd/xkbd_0.8.12.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbd/xkbd_0.8.12.oe b/xkbd/xkbd_0.8.12.oe index a2b9f4fc9f..256cc811a0 100644 --- a/xkbd/xkbd_0.8.12.oe +++ b/xkbd/xkbd_0.8.12.oe @@ -3,6 +3,6 @@ SRC_URI = "http://handhelds.org/~mallum/xkbd/xkbd-${PV}.tar.gz \ MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "x11" -DEPENDS = "xtst xft" +DEPENDS = "xpm xtst xft" inherit autotools |