diff options
Diffstat (limited to 'recipes/atk/atk.inc')
-rw-r--r-- | recipes/atk/atk.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/atk/atk.inc b/recipes/atk/atk.inc new file mode 100644 index 0000000000..5f81cdf67e --- /dev/null +++ b/recipes/atk/atk.inc @@ -0,0 +1,14 @@ +DESCRIPTION = "An accessibility toolkit for GNOME." +SECTION = "x11/libs" +PRIORITY = "optional" +LICENSE = "LGPL" + +DEPENDS = "glib-2.0 gtk-doc-native" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-glibtest" + +do_stage () { + autotools_stage_all +} |