From: Holger Hans Peter Freyther Date: Wed, 6 Aug 2008 00:29:49 +0000 (+0200) Subject: app-restarter: Add X11 to the dependencies. X-Git-Tag: Release-2010-05/1~5569^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bcbcaea6f28567a7c1b3c928fc256b5720e2da2;p=openembedded.git app-restarter: Add X11 to the dependencies. --- 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"