diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2009-05-14 07:14:55 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-08 13:06:05 -0700 |
commit | 272c915e842baa46354c699816b33fd4a9c8f687 (patch) | |
tree | 31838f9e5c644cc62679f1aac2dbef489cce4acf /recipes/tea/tea_17.3.5.bb | |
parent | 5a728f256a542d0105a17778e428c704b6bddb54 (diff) |
gtksourceview: renamed the 1.x tree to gtksourceview1
GtkSourceView 1.x is an older stable version that is still required
by some packages and is currently used in 2 recipes.
Signed-off-by: Elena Grandi <elena.valhalla@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/tea/tea_17.3.5.bb')
-rw-r--r-- | recipes/tea/tea_17.3.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tea/tea_17.3.5.bb b/recipes/tea/tea_17.3.5.bb index c8dac8c94f..6412db0466 100644 --- a/recipes/tea/tea_17.3.5.bb +++ b/recipes/tea/tea_17.3.5.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Tea - a GTK based text editor with highlighting and a lot of processing features" SECTION = "gpe" LICENSE = "GPL" -DEPENDS = "gtk+ gtksourceview" -PR = "r1" +DEPENDS = "gtk+ gtksourceview1" +PR = "r2" inherit autotools |