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/gtkhtml/gtkhtml-2.0_2.6.3.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/gtkhtml/gtkhtml-2.0_2.6.3.bb')
-rw-r--r-- | recipes/gtkhtml/gtkhtml-2.0_2.6.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gtkhtml/gtkhtml-2.0_2.6.3.bb b/recipes/gtkhtml/gtkhtml-2.0_2.6.3.bb index f44e8b57a6..21d1a6bab6 100644 --- a/recipes/gtkhtml/gtkhtml-2.0_2.6.3.bb +++ b/recipes/gtkhtml/gtkhtml-2.0_2.6.3.bb @@ -1,7 +1,7 @@ require gtkhtml.inc -DEPENDS = "gtk+ gail libbonoboui libgnomeprintui libgnomeui gal-2.0" -PR = "r0" +DEPENDS = "gtk+ virtual/gail libbonoboui libgnomeprintui libgnomeui gal-2.0" +PR = "r1" SRC_URI = "http://ftp.debian.org/debian/pool/main/libg/libgtkhtml2/libgtkhtml2_2.6.3.orig.tar.gz" |