summaryrefslogtreecommitdiff
path: root/packages/efl/emotion_0.0.1.004.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/efl/emotion_0.0.1.004.bb')
-rw-r--r--packages/efl/emotion_0.0.1.004.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/efl/emotion_0.0.1.004.bb b/packages/efl/emotion_0.0.1.004.bb
index 6ca8e3789e..3529db50e6 100644
--- a/packages/efl/emotion_0.0.1.004.bb
+++ b/packages/efl/emotion_0.0.1.004.bb
@@ -1,7 +1,12 @@
DESCRIPTION = "Emotion is a multimedia library based on libxine"
LICENSE = "MIT"
DEPENDS = "eet virtual/evas edje virtual/ecore embryo virtual/libxine"
-RDEPENDS += "libemotion-themes"
-PR = "r1"
+RDEPENDS += "libemotion-themes libemotion-plugins"
+PR = "r2"
+
+#FIXME: Needs patch not to build the examples when building against ecore-fb, because the examples depend on ecore-x11
inherit efl
+
+PACKAGES += "emotion-plugins"
+FILES_emotion-plugins = "${libdir}/xine/plugins/1.1.0/*.so ${libdir}/emotion/*.so"