From: Stanislav Brabec Date: Tue, 18 Aug 2009 19:56:49 +0000 (+0000) Subject: task-mamona.bb, xtscal.inc: DEPEND on libxcalibrate instead of xcalibrate. X-Git-Tag: Release-2010-05/1~2674 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf2a35c5137ea50873ca8bcda3a93d9625b0f4cd;p=openembedded.git task-mamona.bb, xtscal.inc: DEPEND on libxcalibrate instead of xcalibrate. --- diff --git a/recipes/tasks/task-mamona.bb b/recipes/tasks/task-mamona.bb index 498b67b68f..372af29f85 100644 --- a/recipes/tasks/task-mamona.bb +++ b/recipes/tasks/task-mamona.bb @@ -49,7 +49,7 @@ RDEPENDS = "\ xserver-kdrive-xomap \ xserver-kdrive-common \ xserver-nodm-init \ - xcalibrate \ + libxcalibrate \ xinit \ xsp \ " diff --git a/recipes/xtscal/xtscal.inc b/recipes/xtscal/xtscal.inc index 8dc5d1a0c6..723aab003f 100644 --- a/recipes/xtscal/xtscal.inc +++ b/recipes/xtscal/xtscal.inc @@ -1,7 +1,7 @@ DESCRIPTION = "Touchscreen calibration utility" SECTION = "x11/base" LICENSE = "GPL" -DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate" +DEPENDS = "virtual/libx11 libxcalibrate libxft libxrandr" # xtscal needs a font to display text RRECOMMENDS = "ttf-dejavu-sans"