From: Otavio Salvador Date: Tue, 20 May 2008 12:51:31 +0000 (+0000) Subject: startup-noticiation: Add missing DEPENDs on libsm X-Git-Tag: Release-2010-05/1~6882^2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f157a01b7146e094dfe09c692c07d20f78b37fce;p=openembedded.git startup-noticiation: Add missing DEPENDs on libsm --- diff --git a/packages/startup-notification/startup-notification_0.8.bb b/packages/startup-notification/startup-notification_0.8.bb index 0be545d0fc..3233f1cc16 100644 --- a/packages/startup-notification/startup-notification_0.8.bb +++ b/packages/startup-notification/startup-notification_0.8.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Startup notification support" LICENSE = "LGPL" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libx11" +DEPENDS = "virtual/libx11 libsm" inherit autotools pkgconfig