From: Richard Purdie Date: Tue, 13 Jun 2006 19:22:20 +0000 (+0000) Subject: entrance: Remove detect-stylus DEPENDS and RDEPENDS. The former is plain wrong, the... X-Git-Tag: Release-2010-05/1~9453^2~1453^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a405996fb18af9446d7b497dc41b6328af963e8;p=openembedded.git entrance: Remove detect-stylus DEPENDS and RDEPENDS. The former is plain wrong, the latter is should be handled by tslib now (when needed). --- diff --git a/packages/e17/entrance_0.9.0.007.bb b/packages/e17/entrance_0.9.0.007.bb index 4237427d63..5d065ea36d 100644 --- a/packages/e17/entrance_0.9.0.007.bb +++ b/packages/e17/entrance_0.9.0.007.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Entrance is the Enlightenment login manager" LICENSE = "MIT" # can also use pam and crypt -DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch detect-stylus xserver-common login-manager" -RDEPENDS += "bash keylaunch detect-stylus xserver-common glibc-gconv-iso8859-1 login-manager entrance-themes" +DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch xserver-common login-manager" +RDEPENDS += "bash keylaunch xserver-common glibc-gconv-iso8859-1 login-manager entrance-themes" HOMEPAGE = "http://www.enlightenment.org" PR = "r13"