summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gnome/gail_1.20.2.bb (renamed from meta/recipes-gnome/gnome/gail_1.20.0.bb)10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gail_1.20.0.bb b/meta/recipes-gnome/gnome/gail_1.20.2.bb
index 2e9f857a89..2c862288bf 100644
--- a/meta/recipes-gnome/gnome/gail_1.20.0.bb
+++ b/meta/recipes-gnome/gnome/gail_1.20.2.bb
@@ -1,10 +1,14 @@
1LICENSE = "LGPL"
2SECTION = "x11/libs"
3PR = "r1"
4DESCRIPTION = "GNOME Accessibility Implementation Library" 1DESCRIPTION = "GNOME Accessibility Implementation Library"
2SECTION = "x11/libs"
3
5DEPENDS = "gtk+" 4DEPENDS = "gtk+"
6PROVIDES = "virtual/gail" 5PROVIDES = "virtual/gail"
7 6
7LICENSE = "LGPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
9
10PR = "r0"
11
8inherit gnome 12inherit gnome
9 13
10EXTRA_OECONF = "--disable-gtk-doc" 14EXTRA_OECONF = "--disable-gtk-doc"