summaryrefslogtreecommitdiff
path: root/packages/atk/atk_1.20.0.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-01-09 12:42:14 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-01-09 12:42:14 +0000
commit9ed7386aff95bc30da7d88c7d7513da15ea55b65 (patch)
tree4851ad5f06d6d5ca5d3d9816193dc889475ca634 /packages/atk/atk_1.20.0.bb
parent514c5a89d85f68e9d68de280aa437702e9afbe3c (diff)
atk: Multiple fixes.
- add recipe for version 1.18.0 - make all recipes use atk.inc
Diffstat (limited to 'packages/atk/atk_1.20.0.bb')
-rw-r--r--packages/atk/atk_1.20.0.bb12
1 files changed, 1 insertions, 11 deletions
diff --git a/packages/atk/atk_1.20.0.bb b/packages/atk/atk_1.20.0.bb
index a909e0eb61..bb64492337 100644
--- a/packages/atk/atk_1.20.0.bb
+++ b/packages/atk/atk_1.20.0.bb
@@ -1,16 +1,6 @@
-DESCRIPTION = "An accessibility toolkit for GNOME."
-SECTION = "x11/libs"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-
-DEPENDS = "glib-2.0 gtk-doc-native"
+require atk.inc
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
-}