aboutsummaryrefslogtreecommitdiffstats
path: root/packages/atk
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-09-30 21:48:06 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-09-30 21:48:06 +0000
commite1819d3631cf4bde857b03e2f5d2f2269dda8a36 (patch)
tree400fd0b82e4645410f66ff3ebc36bd6ea06b44db /packages/atk
parent806c81a467119f22aa1d0068ac605109b3cf8e8a (diff)
downloadopenembedded-e1819d3631cf4bde857b03e2f5d2f2269dda8a36.tar.gz
packages/atk/atk_1.20.0.bb : add newer atk from poky
Diffstat (limited to 'packages/atk')
-rw-r--r--packages/atk/atk_1.20.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/atk/atk_1.20.0.bb b/packages/atk/atk_1.20.0.bb
new file mode 100644
index 0000000000..e2733d5b87
--- /dev/null
+++ b/packages/atk/atk_1.20.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"
+
+SRC_URI = "http://download.gnome.org/sources/atk/1.20/${PN}-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-glibtest"
+
+do_stage () {
+ autotools_stage_all
+}