diff options
-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 2e9f857a8..2c862288b 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 @@ -LICENSE = "LGPL" -SECTION = "x11/libs" -PR = "r1" DESCRIPTION = "GNOME Accessibility Implementation Library" +SECTION = "x11/libs" + DEPENDS = "gtk+" PROVIDES = "virtual/gail" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" + +PR = "r0" + inherit gnome EXTRA_OECONF = "--disable-gtk-doc" |