diff options
Diffstat (limited to 'recipes/atk')
| -rw-r--r-- | recipes/atk/atk-native_1.28.0.bb | 6 | ||||
| -rw-r--r-- | recipes/atk/atk_1.26.0.bb | 16 | ||||
| -rw-r--r-- | recipes/atk/atk_1.28.0.bb | 16 |
3 files changed, 38 insertions, 0 deletions
diff --git a/recipes/atk/atk-native_1.28.0.bb b/recipes/atk/atk-native_1.28.0.bb new file mode 100644 index 0000000000..b136cba962 --- /dev/null +++ b/recipes/atk/atk-native_1.28.0.bb @@ -0,0 +1,6 @@ +require atk_1.28.0.bb + +inherit native + +DEPENDS += "glib-2.0-native" + diff --git a/recipes/atk/atk_1.26.0.bb b/recipes/atk/atk_1.26.0.bb new file mode 100644 index 0000000000..cbeebe4c6b --- /dev/null +++ b/recipes/atk/atk_1.26.0.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "An accessibility toolkit for GNOME." +SECTION = "x11/libs" +PRIORITY = "optional" +LICENSE = "LGPL" + +DEPENDS = "glib-2.0 gtk-doc-native" + +inherit gnome + +EXTRA_OECONF = "--disable-glibtest" + +do_stage () { + autotools_stage_all +} + + diff --git a/recipes/atk/atk_1.28.0.bb b/recipes/atk/atk_1.28.0.bb new file mode 100644 index 0000000000..cbeebe4c6b --- /dev/null +++ b/recipes/atk/atk_1.28.0.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "An accessibility toolkit for GNOME." +SECTION = "x11/libs" +PRIORITY = "optional" +LICENSE = "LGPL" + +DEPENDS = "glib-2.0 gtk-doc-native" + +inherit gnome + +EXTRA_OECONF = "--disable-glibtest" + +do_stage () { + autotools_stage_all +} + + |
