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/gnome/gail_1.20.0.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/gnome/gail_1.20.0.bb')
-rw-r--r-- | recipes/gnome/gail_1.20.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gnome/gail_1.20.0.bb b/recipes/gnome/gail_1.20.0.bb index 58168a04d5..13346f34b0 100644 --- a/recipes/gnome/gail_1.20.0.bb +++ b/recipes/gnome/gail_1.20.0.bb @@ -3,6 +3,7 @@ SECTION = "x11/libs" PR = "r0" DESCRIPTION = "GNOME Accessibility Implementation Library" DEPENDS = "gtk+" +PROVIDES = "virtual/gail" inherit gnome |