diff options
Diffstat (limited to 'packages/e17/entrance_20060128.bb')
-rw-r--r-- | packages/e17/entrance_20060128.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/e17/entrance_20060128.bb b/packages/e17/entrance_20060128.bb index 3d4eacf73d..046ed481b3 100644 --- a/packages/e17/entrance_20060128.bb +++ b/packages/e17/entrance_20060128.bb @@ -6,7 +6,7 @@ DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch dete RDEPENDS += "bash keylaunch detect-stylus xserver-common glibc-gconv-iso8859-1" HOMEPAGE = "http://www.enlightenment.org" MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" -PR = "r9" +PR = "r10" SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/entrance;date=${PV} \ file://config-db.patch;patch=1 \ @@ -14,6 +14,7 @@ SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/entrance;date=${PV} file://run-Xinit.patch;patch=1 \ file://use-bash.patch;patch=1 \ file://set-display-env.patch;patch=1 \ + file://fix-auth-mode.patch;patch=1 \ file://Sessions" S = "${WORKDIR}/entrance" |