diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-20 10:45:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-20 10:45:36 +0000 |
commit | 53608e94eb26eb27e306262c2e5ebf513728b49c (patch) | |
tree | dc78bbbb98e1ac3abedc4969fe2f8ec38f86fa4a /packages/e17/e-wm_20050810.bb | |
parent | f8a15a5cbc997aeb3d7ba2b455c268b80043d2f4 (diff) |
Add Xsession entry for e-wm
Add initscript setup to entrance
Add chkhinge, e-modules, e-utils, and evidence to task-enlightenment-x11
Diffstat (limited to 'packages/e17/e-wm_20050810.bb')
-rw-r--r-- | packages/e17/e-wm_20050810.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/e17/e-wm_20050810.bb b/packages/e17/e-wm_20050810.bb index 7929f1a807..ea93bfc3e2 100644 --- a/packages/e17/e-wm_20050810.bb +++ b/packages/e17/e-wm_20050810.bb @@ -4,9 +4,10 @@ LICENSE = "MIT" SECTION = "e/apps" MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" CVSDATE = "${PV}" -PR = "r1" +PR = "r2" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/e \ + file://Xsession.d/98enlightenment \ file://fix-configure.patch;patch=1 \ file://add-menu-autoscroll-options.patch;patch=1" S = "${WORKDIR}/e" @@ -24,4 +25,9 @@ EXTRA_OECONF = "--with-profile=${PROFILE} \ --x-includes=${STAGING_INCDIR}/X11 \ --x-libraries=${STAGING_LIBDIR}" -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir}" + +do_install_append() { + install -d ${D}/${sysconfdir}/X11/Xsession.d + install -m 755 ${WORKDIR}/Xsession.d/98enlightenment ${D}/${sysconfdir}/X11/Xsession.d +}
\ No newline at end of file |