diff options
-rw-r--r-- | packages/efl/emotion_20061116.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/efl/emotion_20061116.bb b/packages/efl/emotion_20061116.bb index e10d0ededf..59a3fa7269 100644 --- a/packages/efl/emotion_20061116.bb +++ b/packages/efl/emotion_20061116.bb @@ -1,10 +1,11 @@ DESCRIPTION = "Emotion is a multimedia library based on libxine" LICENSE = "MIT" -DEPENDS = "eet virtual/evas edje virtual/ecore embryo virtual/libxine" +DEPENDS = "eet virtual/evas edje virtual/ecore embryo gstreamer gst-plugins-base" +# virtual/libxine #RPROVIDES += "emotion-themes emotion-plugins" RDEPENDS += "emotion-themes emotion-plugins" -PR = "r0" +PR = "r1" #FIXME: Needs patch not to build the examples when building against ecore-fb, because the examples depend on ecore-x11 |