app-restarter: Add X11 to the dependencies.
authorHolger Hans Peter Freyther <zecke@openmoko.org>
Wed, 6 Aug 2008 00:29:49 +0000 (02:29 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 28 Oct 2008 21:48:22 +0000 (22:48 +0100)
packages/openmoko-tools/app-restarter_svn.bb

index c256b41..ea71a25 100644 (file)
@@ -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"