diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-09-02 23:22:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-02 23:22:19 +0000 |
commit | 98c4ffd492b19495c5cd58d6106fd927bf68f638 (patch) | |
tree | 920bee35843e5f93ea8985be21309ac09a1482f4 /packages/e17/entrance_20050810.bb | |
parent | 7029d7e6852d5528d7b90b538ec6709d6ba968c6 (diff) |
entrance: set DISPLAY before calling Xinit
Diffstat (limited to 'packages/e17/entrance_20050810.bb')
-rw-r--r-- | packages/e17/entrance_20050810.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/e17/entrance_20050810.bb b/packages/e17/entrance_20050810.bb index 66a4e6e2c3..6f9c2f1267 100644 --- a/packages/e17/entrance_20050810.bb +++ b/packages/e17/entrance_20050810.bb @@ -7,7 +7,7 @@ RDEPENDS += "bash keylaunch detect-stylus xserver-common glibc-gconv-iso8859-1" HOMEPAGE = "http://www.enlightenment.org" MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" CVSDATE = "${PV}" -PR = "r7" +PR = "r8" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/entrance \ file://Xserver.patch;patch=1 \ @@ -15,6 +15,7 @@ SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/ file://allow-missing-xsession.patch;patch=1 \ file://run-Xinit.patch;patch=1 \ file://use-bash.patch;patch=1 \ + file://set-display-env.patch;patch=1 \ file://Xinit.d \ file://Sessions" |