aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-02-02 19:55:38 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-02 19:55:38 +0000
commit208f9b1762f5b8340cffdb5286aebc3a95356ed8 (patch)
tree1e1adf6672ba6a70841706093baa9dd06a9fb694 /packages/e17
parent279d14cdbd5e69b5ef4521a78f37e61ccfc48201 (diff)
downloadopenembedded-208f9b1762f5b8340cffdb5286aebc3a95356ed8.tar.gz
efl, e17: Fix auth mode in entrance, turn on buffer support in evas-x11 (needed for e-wm)
Diffstat (limited to 'packages/e17')
-rw-r--r--packages/e17/entrance/fix-auth-mode.patch11
-rw-r--r--packages/e17/entrance_20060128.bb3
2 files changed, 13 insertions, 1 deletions
diff --git a/packages/e17/entrance/fix-auth-mode.patch b/packages/e17/entrance/fix-auth-mode.patch
new file mode 100644
index 0000000000..1ec520f768
--- /dev/null
+++ b/packages/e17/entrance/fix-auth-mode.patch
@@ -0,0 +1,11 @@
+--- 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
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"