From eb07af9e21677e9265a7b28d78a3b10a895c41c8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 10 Aug 2005 16:40:18 +0000 Subject: add the enlightenment window manager + utilities large parts of these files are courtesy Justin Patrin who will be maintaining E in OE, thanks! --- packages/e17/e-wm_20050810.bb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 packages/e17/e-wm_20050810.bb (limited to 'packages/e17/e-wm_20050810.bb') diff --git a/packages/e17/e-wm_20050810.bb b/packages/e17/e-wm_20050810.bb new file mode 100644 index 0000000000..2f6b3c3443 --- /dev/null +++ b/packages/e17/e-wm_20050810.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "E17 - the Enlightenment Window Mananger" +DEPENDS = "freetype eet evas-x11 ecore-x11 embryo imlib2-x11 edje-native e" +LICENSE = "MIT" +SECTION = "e/apps" +MAINTAINER = "Justin Patrin " +CVSDATE = "${PV}" +PR = "r0" + +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/e \ + file://fix-configure.patch;patch=1" +S = "${WORKDIR}/e" + +inherit autotools + +PROFILE = "LORES_PDA" +PROFILE_c7x0 = "HIRES_PDA" +PROFILE_tosa = "HIRES_PDA" +PROFILE_spitz = "HIRES_PDA" +PROFILE_akita = "HIRES_PDA" + +EXTRA_OECONF = "--with-profile=${PROFILE} \ + --with-edje-cc=${STAGING_BINDIR}/edje_cc \ + --x-includes=${STAGING_INCDIR}/X11 \ + --x-libraries=${STAGING_LIBDIR}" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" -- cgit v1.2.3