efl, e17: Fix auth mode in entrance, turn on buffer support in evas-x11 (needed for...
authorJustin Patrin <papercrane@gmail.com>
Thu, 2 Feb 2006 19:55:38 +0000 (19:55 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 2 Feb 2006 19:55:38 +0000 (19:55 +0000)
packages/e17/entrance/fix-auth-mode.patch [new file with mode: 0644]
packages/e17/entrance_20060128.bb
packages/efl/evas-x11_20060113.bb

diff --git a/packages/e17/entrance/fix-auth-mode.patch b/packages/e17/entrance/fix-auth-mode.patch
new file mode 100644 (file)
index 0000000..1ec520f
--- /dev/null
@@ -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
index 3d4eacf..046ed48 100644 (file)
@@ -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"
index d32565d..06111c4 100644 (file)
@@ -1,6 +1,6 @@
 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"
@@ -9,7 +9,7 @@ EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11  \
                --x-libraries=${STAGING_LIBDIR} \
                --enable-fb                     \
                --disable-directfb              \
-               --disable-buffer                \
+               --enable-buffer         \
                --disable-software-qtopia       \
                --enable-software-x11           \
                --disable-gl-x11                \