diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-17 20:30:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-17 20:30:19 +0000 |
commit | cfabfa23ef4f6e1379de8b9517e077e7c520ffb3 (patch) | |
tree | bc8ab500e1476137ff8d6c72b9a197b7b56790cd /packages/efl/emotion_0.0.1.004.bb | |
parent | b2f3f8cc7f674402dae1e325a44d44615295fd0d (diff) |
Bump PR due to changes in efl.bbclass
Add REDEPENDS on ewl and emotion theme packages (programs written for them won't run without the themes)
Diffstat (limited to 'packages/efl/emotion_0.0.1.004.bb')
-rw-r--r-- | packages/efl/emotion_0.0.1.004.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/efl/emotion_0.0.1.004.bb b/packages/efl/emotion_0.0.1.004.bb index 0d87e6b394..6ca8e3789e 100644 --- a/packages/efl/emotion_0.0.1.004.bb +++ b/packages/efl/emotion_0.0.1.004.bb @@ -1,5 +1,7 @@ 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" inherit efl |