summaryrefslogtreecommitdiff
path: root/packages/e17/e-wm_20050810.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-10 16:40:18 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-10 16:40:18 +0000
commiteb07af9e21677e9265a7b28d78a3b10a895c41c8 (patch)
treea2a36c1a76854c716c21089b65da1a23b9ac5c0d /packages/e17/e-wm_20050810.bb
parent049c02152682c0bd92b31bab58561c407fdd4265 (diff)
add the enlightenment window manager + utilities
large parts of these files are courtesy Justin Patrin who will be maintaining E in OE, thanks!
Diffstat (limited to 'packages/e17/e-wm_20050810.bb')
-rw-r--r--packages/e17/e-wm_20050810.bb26
1 files changed, 26 insertions, 0 deletions
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 <papercrane@reversefold.com>"
+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}"