diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-04-02 19:39:54 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-04-02 19:39:54 +0000 |
commit | 9c67c93114222bc6a33e653c21a1fa71a5d65e5e (patch) | |
tree | 3dffa07bd0d9bd22c74a65f89bf62b1df5a1ed88 /recipes/eel/eel_2.6.1.bb | |
parent | b711f9d53e5647a993ee3e258bd2e1f37b0875e3 (diff) |
virtual/gail: Introduction of new virtual:
* provided by gtk+ >= 2.13.0 or gail
* gtk+ >= 2.13.0 now stages libgailutil
* use appropriate PROVIDES and DEPENDS for gail
* bump PR to fix packages dependencies
Diffstat (limited to 'recipes/eel/eel_2.6.1.bb')
-rw-r--r-- | recipes/eel/eel_2.6.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/eel/eel_2.6.1.bb b/recipes/eel/eel_2.6.1.bb index f123a4aa93..d93aab1e61 100644 --- a/recipes/eel/eel_2.6.1.bb +++ b/recipes/eel/eel_2.6.1.bb @@ -3,11 +3,12 @@ # Released under the MIT license (see packages/COPYING) inherit gnome +PR = "r2" LICENSE="GPL" SRC_URI += "file://configure.patch;patch=1" -DEPENDS="libgnomeui gail" +DEPENDS="libgnomeui virtual/gail" EXTRA_OECONF = "--disable-gtk-doc" edir="${STAGING_INCDIR}/eel-2/eel" |