aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/atk/atk_1.19.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/atk/atk_1.19.3.bb')
-rw-r--r--recipes/atk/atk_1.19.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/atk/atk_1.19.3.bb b/recipes/atk/atk_1.19.3.bb
new file mode 100644
index 0000000000..28adc02ea9
--- /dev/null
+++ b/recipes/atk/atk_1.19.3.bb
@@ -0,0 +1,14 @@
+require atk.inc
+
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/atk/1.19/atk-${PV}.tar.bz2"
+
+CFLAGS_append = "\
+ -I${STAGING_INCDIR}/glib-2.0 \
+ -I${STAGING_INCDIR}/glib-2.0/glib \
+ -I${STAGING_INCDIR}/glib-2.0/gobject \
+ "
+
+do_stage () {
+ oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR}
+ autotools_stage_includes
+}