diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-08-06 02:29:49 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-28 22:48:22 +0100 |
commit | 1bcbcaea6f28567a7c1b3c928fc256b5720e2da2 (patch) | |
tree | 2a7f8a434e59e14d9c35b040032df9b6ee0f69bf /packages | |
parent | 7434683fdabb5cc28ef98e9b6aa1f0717ea32edd (diff) |
app-restarter: Add X11 to the dependencies.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/openmoko-tools/app-restarter_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/openmoko-tools/app-restarter_svn.bb b/packages/openmoko-tools/app-restarter_svn.bb index c256b41e78..ea71a2533e 100644 --- a/packages/openmoko-tools/app-restarter_svn.bb +++ b/packages/openmoko-tools/app-restarter_svn.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Small utility to restart a crashing application" LICENSE = "GPL" +DEPENDS = "virtual/libx11" SRC_URI="svn://svn.openmoko.org/developers/zecke/;module=app_restarter;proto=http" S = "${WORKDIR}/app_restarter" |