summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/emotion_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-23 18:15:03 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-23 18:15:03 +0100
commit7d995c58b1f3c34874110f6040021fd83d618732 (patch)
tree21db911783f88a232b3bc5a0f669b73833f63f1c /meta-efl/recipes-efl/efl/emotion_svn.bb
parent1c2cf0868bcf72847a3150416f5b48e94ba512d4 (diff)
downloadmeta-openembedded-7d995c58b1f3c34874110f6040021fd83d618732.tar.gz
meta-efl: import from meta-shr.
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/recipes-efl/efl/emotion_svn.bb')
-rw-r--r--meta-efl/recipes-efl/efl/emotion_svn.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/emotion_svn.bb b/meta-efl/recipes-efl/efl/emotion_svn.bb
new file mode 100644
index 000000000..9d7c16ac9
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/emotion_svn.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "The Enlightenment multimedia library"
2LICENSE = "MIT BSD"
3# we no longer build the libxine backend, since the gstreamer backend seems more promising
4DEPENDS = "eet evas ecore edje gstreamer gst-plugins-base"
5PV = "0.2.0+svnr${SRCPV}"
6SRCREV = "${EFL_SRCREV}"
7
8inherit efl
9SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
10S = "${WORKDIR}/${SRCNAME}"
11
12EXTRA_OECONF = "--disable-xine --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
13
14PACKAGES =+ "emotion-backend-gstreamer"
15FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so"
16RRECOMMENDS_${PN} = "emotion-backend-gstreamer"