--- /dev/null
+--- entrance/data/config/build_config.sh.in~ 2006-01-30 07:01:47.000000000 -0800
++++ entrance/data/config/build_config.sh.in 2006-02-01 22:22:04.000000000 -0800
+@@ -3,7 +3,7 @@
+ rm -f $DB
+
+ # set auth to 1 for pam, 2 for shadow
+-ecore_config -c $DB -k /entrance/auth -i @auth_mode@
++ecore_config -c $DB -k /entrance/auth -i 0
+
+ # uncomment the below to enable experimental OpenGL hardware acceleration
+ #ecore_config -c $DB -k /entrance/engine -i 1
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 \
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"
include evas.inc
DEPENDS += "x11 xext freetype"
-PR = "r3"
+PR = "r4"
SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/evas;date=${PV}"
S = "${WORKDIR}/evas"
--x-libraries=${STAGING_LIBDIR} \
--enable-fb \
--disable-directfb \
- --disable-buffer \
+ --enable-buffer \
--disable-software-qtopia \
--enable-software-x11 \
--disable-gl-x11 \