summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/emotion.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/emotion.inc')
-rw-r--r--meta-efl/recipes-efl/efl/emotion.inc17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-efl/recipes-efl/efl/emotion.inc b/meta-efl/recipes-efl/efl/emotion.inc
deleted file mode 100644
index a4ef02d16..000000000
--- a/meta-efl/recipes-efl/efl/emotion.inc
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "The Enlightenment multimedia library"
2LICENSE = "MIT BSD"
3LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd"
4# we no longer build the libxine backend, since the gstreamer backend seems more promising
5DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base eio"
6
7INC_PR = "r2"
8
9inherit efl
10
11EXTRA_OECONF = "--disable-xine --disable-generic-vlc --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
12
13PACKAGES =+ "emotion-backend-gstreamer"
14FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so"
15RRECOMMENDS_${PN} = "emotion-backend-gstreamer"
16# upgrade path from libemotion0 to libemotion1
17RREPLACES_${PN} = "libemotion0"