[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / atk / atk.inc
1 DESCRIPTION = "An accessibility toolkit for GNOME."
2 SECTION = "x11/libs"
3 PRIORITY = "optional"
4 LICENSE = "LGPL"
5
6 DEPENDS = "glib-2.0 gtk-doc-native"
7
8 inherit autotools pkgconfig
9
10 EXTRA_OECONF = "--disable-glibtest"
11
12 do_stage () {
13         autotools_stage_all
14 }